We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf2a67 commit 1931fc5Copy full SHA for 1931fc5
1 file changed
.github/workflows/__call-common-lint.yml
@@ -123,7 +123,7 @@ jobs:
123
124
if [ -n "${ACTIONLINT_CONFIG}" ]; then
125
mkdir -p .github
126
- printf "%s\n" "${ACTIONLINT_CONFIG}" > .github/actionlint.yml
+ printf "%s" "${ACTIONLINT_CONFIG}" > .github/actionlint.yml
127
elif [ ! -f ".github/actionlint.yml" ]; then
128
url="https://raw.githubusercontent.com/LizardByte/.github/master/.github/actionlint.yml"
129
echo "Downloading ${url} with curl"
0 commit comments