Update check-git-apply.yaml

This commit is contained in:
uazo
2022-01-18 10:36:07 +01:00
committed by GitHub
parent f19eedc9e4
commit 029c891e1b
+1 -1
View File
@@ -101,7 +101,7 @@ jobs:
if [[ CHANGES -eq 1 ]]; then
git add build/patches/*.patch
MESSAGE=$(git diff --name-only --staged)
echo "MESSAGE=$MESSAGE" >> $GITHUB_ENV
echo "MESSAGE='$MESSAGE'" >> $GITHUB_ENV
fi
- name: Create Pull Request