Skip to content

Commit

Permalink
Fix parameter names
Browse files Browse the repository at this point in the history
  • Loading branch information
kwk committed Mar 19, 2024
1 parent 7df875b commit ed1e378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-todays-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:
fi
python3 snapshot_manager/main.py check ${extra_args}\
--github_repo ${GITHUB_REPOSITORY} \
--github_token_env ${GITHUB_TOKEN} \
--github-repo ${GITHUB_REPOSITORY} \
--github-token-env GITHUB_TOKEN \
--maintainer-handle ${{matrix.maintainer_handle}} \
--packages ${{matrix.packages}} \
--build-strategy ${{matrix.name}} \
Expand Down

0 comments on commit ed1e378

Please sign in to comment.