File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7979 ACTIONLINT_VERSION : v1.7.7
8080 ACTIONLINT_ALL_CHANGED_FILES : ${{ steps.changed-files.outputs.actionlint_all_changed_files }}
8181 run : |
82- IFS=$' \t\n '; set -ux
82+ IFS=$' \n\t '; set -ux
8383
8484 if [[ "${GITHUB_EVENT_NAME}" == 'workflow_dispatch' ]]; then
8585 # Get files using globs.
@@ -126,7 +126,7 @@ jobs:
126126 # renovate: datasource=github-releases depName=lumaxis/shellcheck-problem-matchers
127127 SHELLCHECK_PROBLEM_MATCHERS_VERSION : v2.1.0
128128 run : |
129- IFS=$' \t\n '; set -ux
129+ IFS=$' \n\t '; set -ux
130130
131131 if [[ "${GITHUB_EVENT_NAME}" == 'workflow_dispatch' ]]; then
132132 # Get files using globs.
Original file line number Diff line number Diff line change 4343 - name : Check if tag is for a pre-release
4444 id : check-prerelease
4545 run : |
46- IFS=$' \t\n '; set -ux
46+ IFS=$' \n\t '; set -ux
4747
4848 # Get clean version from the tag name
4949 version="${GITHUB_REF_NAME#v}"
You can’t perform that action at this time.
0 commit comments