mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 17:50:22 +00:00
Specify the repository
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
0e9fb4f5c1
commit
184d1bd219
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue