Skip to content

Commit 15f9301

Browse files
svenvhjsji
authored andcommitted
1 parent 9cc1dd0 commit 15f9301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm-spirv/.github/workflows/check-code-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# perform or skip further steps, i.e. there is no sense to install
5555
# clang-format if PR hasn't changed .cpp files at all
5656
# See [workflow-commands] for reference
57-
echo '::set-output name=HAS_CHANGES::true'
57+
echo 'HAS_CHANGES=true' >> "$GITHUB_OUTPUT"
5858
fi
5959
6060
- name: Install dependencies

0 commit comments

Comments
 (0)