Skip to content

Commit 1931fc5

Browse files
Correctly format ACTIONLINT_CONFIG output
1 parent eaf2a67 commit 1931fc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/__call-common-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
124124
if [ -n "${ACTIONLINT_CONFIG}" ]; then
125125
mkdir -p .github
126-
printf "%s\n" "${ACTIONLINT_CONFIG}" > .github/actionlint.yml
126+
printf "%s" "${ACTIONLINT_CONFIG}" > .github/actionlint.yml
127127
elif [ ! -f ".github/actionlint.yml" ]; then
128128
url="https://raw.githubusercontent.com/LizardByte/.github/master/.github/actionlint.yml"
129129
echo "Downloading ${url} with curl"

0 commit comments

Comments
 (0)