From 34e9ed4517b6c1dad469e00c2144d41d2b862981 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A9r=C3=A9nice=20Batut?= Date: Wed, 25 Sep 2024 11:35:02 +0200 Subject: [PATCH] Fix paths to scripts in merge-fetch-filter --- .github/workflows/fetch_filter_resources.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/fetch_filter_resources.yaml b/.github/workflows/fetch_filter_resources.yaml index 10c774ea..51a81aa7 100644 --- a/.github/workflows/fetch_filter_resources.yaml +++ b/.github/workflows/fetch_filter_resources.yaml @@ -102,18 +102,18 @@ jobs: bash sources/bin/format_tools.sh - name: Fetch all tutorials run: | - bash bin/extract_all_tutorials.sh + bash sources/bin/extract_all_tutorials.sh env: PLAUSIBLE_API_KEY: ${{ secrets.PLAUSIBLE_API_TOKEN }} - name: Filter tutorials for communities run: | - bash bin/get_community_tutorials.sh + bash sources/bin/get_community_tutorials.sh - name: Update tool to keep and exclude for communities run: | - bash bin/update_tools_to_keep_exclude.sh + bash sources/bin/update_tools_to_keep_exclude.sh - name: Filter tools for communities run: | - bash bin/get_community_tools.sh + bash sources/bin/get_community_tools.sh - name: Create Pull Request uses: peter-evans/create-pull-request@v4 with: