Skip to content

Commit

Permalink
deploy.yml: fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
vladh committed Aug 27, 2024
1 parent 6ab4437 commit d9fd660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Build website files
uses: withastro/action@v2
- name: Update new member files
run: bash ./bin/update-new-members ${{github.event.before}}
run: bash ./bin/update-new-members ${{ github.event.before }}
- name: Commit member changes, if any
run: bash ./bin/commit-member-changes
deploy:
Expand Down

0 comments on commit d9fd660

Please sign in to comment.