Skip to content

Commit 30d0c15

Browse files
chore: Refactor Github Action per b/485167538 (googleapis#25753)
Co-authored-by: Ben Knutson <benknutson@google.com>
1 parent 163e88f commit 30d0c15

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/generate-updates.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ jobs:
2424
gem install --no-document toys
2525
- name: execute
2626
run: |
27-
toys generate-updates -v --fork ${{ github.event.inputs.args }}
27+
toys generate-updates -v --fork ${GITHUB_EVENT_INPUTS_ARGS}
28+
env:
29+
GITHUB_EVENT_INPUTS_ARGS: ${{ github.event.inputs.args }}

0 commit comments

Comments
 (0)