Skip to content

Commit 3473dfd

Browse files
authored
apparently, this has to work now 100% (FabricMC#456)
1 parent 53099b5 commit 3473dfd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/l10n-pull.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
run: |
4848
# this check is to avoid force-pushing a new commit if the only
4949
# difference between it and the situation at 'origin' is a rebase
50+
mkdir .github/temp
5051
git show --pretty=format: "origin/l10n/${{ github.ref_name }}" >>.github/temp/remote.diff || true
5152
git diff >>.github/temp/local.diff
5253
git diff --quiet --no-index .github/temp/remote.diff .github/temp/local.diff

0 commit comments

Comments
 (0)