Skip to content

Commit

Permalink
Fix paths to scripts in merge-fetch-filter
Browse files Browse the repository at this point in the history
  • Loading branch information
bebatut committed Sep 25, 2024
1 parent fbac317 commit 34e9ed4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/fetch_filter_resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 34e9ed4

Please sign in to comment.