Skip to content

Commit 925392b

Browse files
committed
Use inputs context instead of github event context
1 parent d2305b0 commit 925392b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/post-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Checkout
2525
uses: actions/checkout@v4
2626
with:
27-
ref: ${{ github.event.inputs.ref }}
27+
ref: ${{ inputs.ref }}
2828
- name: Install Python
2929
uses: actions/setup-python@v4
3030
with:

0 commit comments

Comments
 (0)