Selaa lähdekoodia

Commented out create pull request just to be sure

CPK 6 kuukautta sitten
vanhempi
commit
5adcdc8e30
1 muutettua tiedostoa jossa 12 lisäystä ja 12 poistoa
  1. 12 12
      .github/workflows/localization.yml

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

@@ -72,16 +72,16 @@ jobs:
           git config --global user.email "github-actions[bot]@users.noreply.github.com"
           git add -A
           git commit -m "Update language files"
-      - name: Push changes
-        run: |
-          git push --set-upstream origin $(git rev-parse --abbrev-ref HEAD)
-      - name: Create Pull Request
-        run: |
-          gh pr create --title "Language Update ${{ github.run_number }}" \
-                --body "This PR was created automatically.
+      # - name: Push changes
+      #   run: |
+      #     git push --set-upstream origin $(git rev-parse --abbrev-ref HEAD)
+      # - name: Create Pull Request
+      #   run: |
+      #     gh pr create --title "Language Update ${{ github.run_number }}" \
+      #           --body "This PR was created automatically.
 
-                https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/jobs/${{ github.job }}" \
-                --base master \
-                --head $(git rev-parse --abbrev-ref HEAD)
-        env:
-          GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+      #           https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/jobs/${{ github.job }}" \
+      #           --base master \
+      #           --head $(git rev-parse --abbrev-ref HEAD)
+      #   env:
+      #     GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}