Skip to content

Commit 184d1bd

Browse files
committed
Specify the repository
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
1 parent 0e9fb4f commit 184d1bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
- name: Push Changes
6868
uses: ad-m/github-push-action@master
6969
with:
70+
repository: ${{ github.repository }}
7071
branch: develop
7172
ssh: true
7273

@@ -134,6 +135,7 @@ jobs:
134135
- name: Push Changes
135136
uses: ad-m/github-push-action@master
136137
with:
138+
repository: ${{ github.repository }}
137139
branch: stable
138140
tags: true
139141
ssh: true
@@ -238,6 +240,7 @@ jobs:
238240
- name: Push Changes
239241
uses: ad-m/github-push-action@master
240242
with:
243+
repository: ${{ github.repository }}
241244
branch: develop
242245
ssh: true
243246

0 commit comments

Comments
 (0)