Skip to content

Commit

Permalink
Fix fetch_filter_resources.yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bebatut authored Sep 23, 2024
1 parent 4446293 commit 0abc733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fetch_filter_resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-servers:
runs-on: ubuntu-20.04
name: Merge tools, fetch tutorials and filter the resources for communities
steps:
steps:
- name: Checkout main
uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down Expand Up @@ -118,4 +118,4 @@ jobs:
body: Automatic resource update done via GitHub Action once a week
base: main
branch: resource-update
delete-branch: true
delete-branch: true

0 comments on commit 0abc733

Please sign in to comment.