瀏覽代碼

Hopefully disable downloads for real

CPK 6 月之前
父節點
當前提交
0d78454fb2
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/localization.yml

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

@@ -50,7 +50,7 @@ jobs:
   download:
     name: "Download changes"
     runs-on: ubuntu-latest
-    if: ${{ inputs.mode != 'Upload only' }} && false
+    if: ${{ inputs.mode == 'Upload only' }}
     steps:
       - name: Checkout
         uses: actions/[email protected]
@@ -77,7 +77,7 @@ jobs:
           gh pr create --title "Language Update ${{ github.run_number }}" \
                 --body "This PR was created automatically.
 
-                [GitHub Actions Run](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})/jobs/${{ github.job }}" \
+                https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/jobs/${{ github.job }}" \
                 --base master \
                 --head $(git rev-parse --abbrev-ref HEAD)
         env: