Skip to content

Commit 4587071

Browse files
committed
Merge commit 'refs/pull/3483/head' of https://github.com/pygame-community/pygame-ce into andrew-c-unit-testing
2 parents 99920aa + e7d8c17 commit 4587071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-ubuntu-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
git fetch origin ${{ github.base_ref }} --depth=1 || true
143143
git checkout ${{ github.base_ref }}
144144
CHANGED_FILES=$(git diff --name-only origin/${{ github.base_ref }}...HEAD)
145-
echo "$CHANGED_FILES" | grep '^src_c/' || echo "::set-output name=skip::true"
145+
echo "$CHANGED_FILES" | grep '^src_c/' || echo "skip=true" >> "$GITHUB_OUTPUT"
146146
147147
- name: Install cppcheck
148148
if: steps.check-changes.outputs.skip != 'true'

0 commit comments

Comments
 (0)