We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddd2225 commit 2ced8e9Copy full SHA for 2ced8e9
1 file changed
.github/workflows/release-please-now.yml
@@ -27,4 +27,6 @@ jobs:
27
run: |
28
toys release label-please -v \
29
--github-event-name=${{ github.event_name }} \
30
- ${{ github.event.inputs.args }}
+ ${GITHUB_EVENT_INPUTS_ARGS}
31
+ env:
32
+ GITHUB_EVENT_INPUTS_ARGS: ${{ github.event.inputs.args }}
0 commit comments