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 31a295e commit 8ab7a27Copy full SHA for 8ab7a27
.github/workflows/check-changes-to-env.yml
@@ -17,7 +17,7 @@ jobs:
17
id: get-pr-number
18
run: |
19
PR_NUMBER=$(echo "${GITHUB_REF}" | awk 'BEGIN { FS = "/" } ; { print $3 }')
20
- echo "pr-number=${PR_NUMBER}" >> $GITHUB_OUTPUT
+ echo "pr-number=${PR_NUMBER}" >> "$GITHUB_OUTPUT"
21
- name: Comment when dummy.txt changes
22
uses: actions/github-script@v7
23
env:
0 commit comments