Skip to content

Commit

Permalink
Update to use "with"
Browse files Browse the repository at this point in the history
  • Loading branch information
Harrison Steyn committed Aug 15, 2024
1 parent 9ee716d commit c5cd1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
secrets:
TEST_API_KEY: ${{ secrets.TEST_API_KEY}}
TEST_API_SECRET: ${{ secrets.TEST_API_SECRET}}
inputs:
with:
TEST_API_HOST: ${{ vars.TEST_API_HOST }}
TEST_API_ARCHIVE_ORDERING_ID_1: ${{ vars.TEST_API_ARCHIVE_ORDERING_ID_1 }}
TEST_API_ARCHIVE_LICENSE_HREF_1: ${{ vars.TEST_API_ARCHIVE_LICENSE_HREF_1 }}
Expand Down

0 comments on commit c5cd1c9

Please sign in to comment.