Skip to content

Commit

Permalink
Specify the repository
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
  • Loading branch information
s0undt3ch committed Aug 12, 2022
1 parent 0e9fb4f commit 184d1bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
- name: Push Changes
uses: ad-m/github-push-action@master
with:
repository: ${{ github.repository }}
branch: develop
ssh: true

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -238,6 +240,7 @@ jobs:
- name: Push Changes
uses: ad-m/github-push-action@master
with:
repository: ${{ github.repository }}
branch: develop
ssh: true

Expand Down

0 comments on commit 184d1bd

Please sign in to comment.