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.
2 parents 99920aa + e7d8c17 commit 4587071Copy full SHA for 4587071
.github/workflows/run-ubuntu-checks.yml
@@ -142,7 +142,7 @@ jobs:
142
git fetch origin ${{ github.base_ref }} --depth=1 || true
143
git checkout ${{ github.base_ref }}
144
CHANGED_FILES=$(git diff --name-only origin/${{ github.base_ref }}...HEAD)
145
- echo "$CHANGED_FILES" | grep '^src_c/' || echo "::set-output name=skip::true"
+ echo "$CHANGED_FILES" | grep '^src_c/' || echo "skip=true" >> "$GITHUB_OUTPUT"
146
147
- name: Install cppcheck
148
if: steps.check-changes.outputs.skip != 'true'
0 commit comments