mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
checking out stable branch on update-s3-bucket job
This commit is contained in:
parent
a01c7205de
commit
fe3783432e
1 changed files with 4 additions and 0 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -304,6 +304,10 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
ref: stable
|
||||||
|
repository: ${{ github.repository }}
|
||||||
|
ssh-key: ${{ secrets.SALT_BOOTSTRAP_RELEASE_KEY }}
|
||||||
|
|
||||||
- name: Get Salt Project GitHub Actions Bot Environment
|
- name: Get Salt Project GitHub Actions Bot Environment
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue