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 bb44cc1 commit bd0dc74Copy full SHA for bd0dc74
.github/workflows/compliance.yml
@@ -120,7 +120,7 @@ jobs:
120
if [ "${exit}" == "1" ]; then
121
echo "Compliance error, check for error messages in the \"Run Compliance Tests\" step"
122
echo "You can run this step locally with the ./scripts/ci/check_compliance.py script."
123
- echo ::set-output name=exit_code::$exit
+ echo "exit_code=${exit}" >> $GITHUB_OUTPUT
124
exit 1;
125
fi
126
- name: resolve
0 commit comments