mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
actions test 5
This commit is contained in:
parent
ef673bdf1b
commit
996272e108
6
.github/workflows/manifest.yml
vendored
6
.github/workflows/manifest.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: 'main'
|
||||
clean: false
|
||||
clean: 'false'
|
||||
- name: Generate manifest and shields for main branch
|
||||
id: manifest-main
|
||||
if: ${{ steps.checkout-main.outcome }} == 'success'
|
||||
@ -57,7 +57,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: 'latest'
|
||||
clean: false
|
||||
clean: 'false'
|
||||
- name: Generate manifest for latest
|
||||
id: manifest-latest
|
||||
if: ${{ steps.checkout-latest.outcome }} == 'success'
|
||||
@ -72,7 +72,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: 'devel'
|
||||
clean: false
|
||||
clean: 'false'
|
||||
- name: Generate manifest for devel
|
||||
id: manifest-devel
|
||||
if: ${{ (success() || failure()) && steps.checkout-devel.outcome == 'success' }}
|
||||
|
Loading…
Reference in New Issue
Block a user