Skip to content

Commit

Permalink
Use inputs context instead of github event context
Browse files Browse the repository at this point in the history
  • Loading branch information
rvermeulen committed Sep 18, 2023
1 parent b6cabd7 commit cf50afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.ref }}
ref: ${{ inputs.ref }}
- name: Install Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit cf50afc

Please sign in to comment.