Skip to content

Commit bd0dc74

Browse files
committed
exit code
1 parent bb44cc1 commit bd0dc74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compliance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
if [ "${exit}" == "1" ]; then
121121
echo "Compliance error, check for error messages in the \"Run Compliance Tests\" step"
122122
echo "You can run this step locally with the ./scripts/ci/check_compliance.py script."
123-
echo ::set-output name=exit_code::$exit
123+
echo "exit_code=${exit}" >> $GITHUB_OUTPUT
124124
exit 1;
125125
fi
126126
- name: resolve

0 commit comments

Comments
 (0)