Specify the repository

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2022-08-12 13:14:20 +01:00
parent 0e9fb4f5c1
commit 184d1bd219
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -67,6 +67,7 @@ jobs:
- name: Push Changes
uses: ad-m/github-push-action@master
with:
repository: ${{ github.repository }}
branch: develop
ssh: true
@ -134,6 +135,7 @@ jobs:
- name: Push Changes
uses: ad-m/github-push-action@master
with:
repository: ${{ github.repository }}
branch: stable
tags: true
ssh: true
@ -238,6 +240,7 @@ jobs:
- name: Push Changes
uses: ad-m/github-push-action@master
with:
repository: ${{ github.repository }}
branch: develop
ssh: true