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.
1 parent 24c5c83 commit 3232661Copy full SHA for 3232661
action.yml
@@ -71,10 +71,8 @@ runs:
71
echo "EOF" >> $GITHUB_ENV
72
shell: bash
73
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
+ - name: Update workflow run status
+ id: update-status
+ if: ${{ env.BROKEN_PATHS != '' || env.PATHS_TRACKING != '' || env.URLS_TRACKING != '' || env.URLS_LOCALE != ''}}
+ run: echo "::set-output name=isValid::1"
+ shell: bash
0 commit comments