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 79
79
ACTIONLINT_VERSION : v1.7.7
80
80
ACTIONLINT_ALL_CHANGED_FILES : ${{ steps.changed-files.outputs.actionlint_all_changed_files }}
81
81
run : |
82
- IFS=$' \t\n '; set -ux
82
+ IFS=$' \n\t '; set -ux
83
83
84
84
if [[ "${GITHUB_EVENT_NAME}" == 'workflow_dispatch' ]]; then
85
85
# Get files using globs.
@@ -126,7 +126,7 @@ jobs:
126
126
# renovate: datasource=github-releases depName=lumaxis/shellcheck-problem-matchers
127
127
SHELLCHECK_PROBLEM_MATCHERS_VERSION : v2.1.0
128
128
run : |
129
- IFS=$' \t\n '; set -ux
129
+ IFS=$' \n\t '; set -ux
130
130
131
131
if [[ "${GITHUB_EVENT_NAME}" == 'workflow_dispatch' ]]; then
132
132
# Get files using globs.
Original file line number Diff line number Diff line change 43
43
- name : Check if tag is for a pre-release
44
44
id : check-prerelease
45
45
run : |
46
- IFS=$' \t\n '; set -ux
46
+ IFS=$' \n\t '; set -ux
47
47
48
48
# Get clean version from the tag name
49
49
version="${GITHUB_REF_NAME#v}"
You can’t perform that action at this time.
0 commit comments