Skip to content

Commit 85d1291

Browse files
committed
Correct syntax for gh cli pr to upstream from fork
1 parent 2a7c0d7 commit 85d1291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/app_catalog_upd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
--title "Update ${{ steps.update_manifest.outputs.NAME }} to v${{ steps.update_manifest.outputs.V_MAJOR }}.${{ steps.update_manifest.outputs.V_MINOR }}" \
5555
--body-file - \
5656
--base main \
57-
--head ${{ steps.update_manifest.outputs.BRANCH_NAME }} \
57+
--head ${{ github.repository_owner }}:${{ steps.update_manifest.outputs.BRANCH_NAME }} \
5858
--repo flipperdevices/flipper-application-catalog
5959
env:
6060
GH_TOKEN: ${{ secrets.CATALOG_UPDATE_TOKEN }}

0 commit comments

Comments
 (0)