Skip to content

Commit 8b0ca64

Browse files
committed
ci(gh-actions): bash strict mode
1 parent 7a6a6a9 commit 8b0ca64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/perlcritic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
shell: bash
2020
run: |
2121
set -euo pipefail
22-
IFS=$'\n\t'
22+
IFS=$'\n\t'
2323
echo "REPOSITORY=${GITHUB_REPOSITORY#*/}" >> "${GITHUB_ENV}"
2424
- name: Check out
2525
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)