Skip to content

Commit 46eff0f

Browse files
committed
Fix action.yml for backport-bot jar arguments
1 parent c77b8a3 commit 46eff0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ runs:
2323
2424
java -jar "${jars[0]}" \
2525
--github.accessToken="$GH_TOKEN" \
26-
--github.event_name="$GITHUB_EVENT_NAME" \
27-
--github.event="$GITHUB_EVENT"
26+
--github.event_name "$GITHUB_EVENT_NAME" \
27+
--github.event "$GITHUB_EVENT"
2828
env:
2929
GH_TOKEN: ${{ inputs.token }}
3030
ACTION_VERSION: ${{ github.action_ref }}

0 commit comments

Comments
 (0)