Skip to content

Commit 3232661

Browse files
committed
fix: indentation error
1 parent 24c5c83 commit 3232661

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

action.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,8 @@ runs:
7171
echo "EOF" >> $GITHUB_ENV
7272
shell: bash
7373

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
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+
run: echo "::set-output name=isValid::1"
78+
shell: bash

0 commit comments

Comments
 (0)