Przeglądaj źródła

Correct syntax for gh cli pr to upstream from fork

Zachary Weiss 1 rok temu
rodzic
commit
85d1291dc7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .github/workflows/app_catalog_upd.yml

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

@@ -54,7 +54,7 @@ jobs:
             --title "Update ${{ steps.update_manifest.outputs.NAME }} to v${{ steps.update_manifest.outputs.V_MAJOR }}.${{ steps.update_manifest.outputs.V_MINOR }}" \
             --body-file - \
             --base main \
-            --head ${{ steps.update_manifest.outputs.BRANCH_NAME }} \
+            --head ${{ github.repository_owner }}:${{ steps.update_manifest.outputs.BRANCH_NAME }} \
             --repo flipperdevices/flipper-application-catalog
         env:
           GH_TOKEN: ${{ secrets.CATALOG_UPDATE_TOKEN }}