We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
action.yml
1 parent c77b8a3 commit 46eff0fCopy full SHA for 46eff0f
action.yml
@@ -23,8 +23,8 @@ runs:
23
24
java -jar "${jars[0]}" \
25
--github.accessToken="$GH_TOKEN" \
26
- --github.event_name="$GITHUB_EVENT_NAME" \
27
- --github.event="$GITHUB_EVENT"
+ --github.event_name "$GITHUB_EVENT_NAME" \
+ --github.event "$GITHUB_EVENT"
28
env:
29
GH_TOKEN: ${{ inputs.token }}
30
ACTION_VERSION: ${{ github.action_ref }}
0 commit comments