We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53099b5 commit 3473dfdCopy full SHA for 3473dfd
1 file changed
.github/workflows/l10n-pull.yaml
@@ -47,6 +47,7 @@ jobs:
47
run: |
48
# this check is to avoid force-pushing a new commit if the only
49
# difference between it and the situation at 'origin' is a rebase
50
+ mkdir .github/temp
51
git show --pretty=format: "origin/l10n/${{ github.ref_name }}" >>.github/temp/remote.diff || true
52
git diff >>.github/temp/local.diff
53
git diff --quiet --no-index .github/temp/remote.diff .github/temp/local.diff
0 commit comments