Skip to content

Commit 8ab7a27

Browse files
committed
Fixes linting error
1 parent 31a295e commit 8ab7a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-changes-to-env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
id: get-pr-number
1818
run: |
1919
PR_NUMBER=$(echo "${GITHUB_REF}" | awk 'BEGIN { FS = "/" } ; { print $3 }')
20-
echo "pr-number=${PR_NUMBER}" >> $GITHUB_OUTPUT
20+
echo "pr-number=${PR_NUMBER}" >> "$GITHUB_OUTPUT"
2121
- name: Comment when dummy.txt changes
2222
uses: actions/github-script@v7
2323
env:

0 commit comments

Comments
 (0)