mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add shell to step
This commit is contained in:
parent
df5997c400
commit
15cd75bdef
1 changed files with 2 additions and 2 deletions
4
.github/workflows/workflow-finished.yml
vendored
4
.github/workflows/workflow-finished.yml
vendored
|
@ -35,12 +35,12 @@ jobs:
|
||||||
name: Set the ${{ github.event.workflow.name }} Pipeline Exit Status
|
name: Set the ${{ github.event.workflow.name }} Pipeline Exit Status
|
||||||
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event.workflow_run.run_attempt >= 5 }}
|
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event.workflow_run.run_attempt >= 5 }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
shell: bash
|
|
||||||
needs:
|
needs:
|
||||||
- show-context
|
- show-context
|
||||||
- on-failure
|
- on-failure
|
||||||
steps:
|
steps:
|
||||||
- run:
|
- shell: bash
|
||||||
|
run:
|
||||||
if [ "${{ github.event.workflow_run.conclusion }}" != "success" ]; then
|
if [ "${{ github.event.workflow_run.conclusion }}" != "success" ]; then
|
||||||
exit 1;
|
exit 1;
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue