We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd2815 commit 24c5c83Copy full SHA for 24c5c83
action.yml
@@ -74,5 +74,7 @@ runs:
74
- name: Update workflow run status
75
id: update-status
76
if: ${{ env.BROKEN_PATHS != '' || env.PATHS_TRACKING != '' || env.URLS_TRACKING != '' || env.URLS_LOCALE != ''}}
77
+ env:
78
+ GH_TOKEN: ${{ inputs.github-token }}
79
run: echo "::set-output name=isValid::1"
80
shell: bash
0 commit comments