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
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event.workflow_run.run_attempt >= 5 }}
|
||||
runs-on: ubuntu-latest
|
||||
shell: bash
|
||||
needs:
|
||||
- show-context
|
||||
- on-failure
|
||||
steps:
|
||||
- run:
|
||||
- shell: bash
|
||||
run:
|
||||
if [ "${{ github.event.workflow_run.conclusion }}" != "success" ]; then
|
||||
exit 1;
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue