Browse Source

Specify upstream in git push

CPK 5 months ago
parent
commit
5727cf1e4d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/localization.yml

+ 1 - 1
.github/workflows/localization.yml

@@ -68,4 +68,4 @@ jobs:
           git commit -m "Update language files"
       - name: Push changes
         run: |
-          git push
+          git push --set-upstream origin $(git rev-parse --abbrev-ref HEAD)