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 4df4339 commit 92c4077Copy full SHA for 92c4077
.github/workflows/generate-autogen-resources.yml
@@ -23,9 +23,9 @@ jobs:
23
id: check_internal_changes
24
run: |
25
if git ls-files -m -o --exclude-standard -- internal | grep -q .; then
26
- echo "internal_changed=true" >> $GITHUB_OUTPUT
+ echo "internal_changed=true" >> "$GITHUB_OUTPUT"
27
else
28
- echo "internal_changed=false" >> $GITHUB_OUTPUT
+ echo "internal_changed=false" >> "$GITHUB_OUTPUT"
29
fi
30
- name: Create PR
31
if: steps.check_internal_changes.outputs.internal_changed == 'true'
0 commit comments