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 9cc1dd0 commit 15f9301Copy full SHA for 15f9301
llvm-spirv/.github/workflows/check-code-style.yml
@@ -54,7 +54,7 @@ jobs:
54
# perform or skip further steps, i.e. there is no sense to install
55
# clang-format if PR hasn't changed .cpp files at all
56
# See [workflow-commands] for reference
57
- echo '::set-output name=HAS_CHANGES::true'
+ echo 'HAS_CHANGES=true' >> "$GITHUB_OUTPUT"
58
fi
59
60
- name: Install dependencies
0 commit comments