Skip to content

Commit 2ced8e9

Browse files
chore: Refactor Github Action per b/485167538 (#97)
Co-authored-by: Ben Knutson <benknutson@google.com>
1 parent ddd2225 commit 2ced8e9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release-please-now.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ jobs:
2727
run: |
2828
toys release label-please -v \
2929
--github-event-name=${{ github.event_name }} \
30-
${{ github.event.inputs.args }}
30+
${GITHUB_EVENT_INPUTS_ARGS}
31+
env:
32+
GITHUB_EVENT_INPUTS_ARGS: ${{ github.event.inputs.args }}

0 commit comments

Comments
 (0)