Skip to content

Commit

Permalink
Fix script name to update latest spec
Browse files Browse the repository at this point in the history
  • Loading branch information
giograno authored Nov 5, 2024
1 parent eca2008 commit 1b87788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Generate the latest spec
run: |
source localstack-ext/.venv/bin/activate
python bin/update_aws_spec.py --latest
python bin/update-aws-spec.py --latest
- name: Create PR
uses: peter-evans/create-pull-request@v7
Expand Down

0 comments on commit 1b87788

Please sign in to comment.