We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 163e88f commit 30d0c15Copy full SHA for 30d0c15
1 file changed
.github/workflows/generate-updates.yml
@@ -24,4 +24,6 @@ jobs:
24
gem install --no-document toys
25
- name: execute
26
run: |
27
- toys generate-updates -v --fork ${{ github.event.inputs.args }}
+ toys generate-updates -v --fork ${GITHUB_EVENT_INPUTS_ARGS}
28
+ env:
29
+ GITHUB_EVENT_INPUTS_ARGS: ${{ github.event.inputs.args }}
0 commit comments