mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
fixed error in manifest.yml
This commit is contained in:
parent
deec1ff1df
commit
494dc437a5
2
.github/workflows/manifest.yml
vendored
2
.github/workflows/manifest.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
|||||||
id: extract_branch
|
id: extract_branch
|
||||||
- name: Create outputs folder
|
- name: Create outputs folder
|
||||||
shell: bash
|
shell: bash
|
||||||
run: mkdir deploy; mkdir deploy/manifests; mkdir temp/manifests/${{ steps.extract_branch.outputs.branch }}
|
run: mkdir deploy; mkdir deploy/manifests; mkdir deploy/manifests/${{ steps.extract_branch.outputs.branch }}
|
||||||
- name: Generate manifest and shields for master
|
- name: Generate manifest and shields for master
|
||||||
if: github.event.pull_request.base.ref == 'master'
|
if: github.event.pull_request.base.ref == 'master'
|
||||||
run: python imgen.py gh_actions
|
run: python imgen.py gh_actions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user