mirror of
https://github.com/DeterminateSystems/ci.git
synced 2025-05-22 18:48:54 +02:00
Fix action validation issue
This commit is contained in:
parent
43c9a92ae0
commit
6571ed8951
1 changed files with 1 additions and 1 deletions
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
|
@ -150,7 +150,7 @@ jobs:
|
|||
flakeref_exact: ${{ steps.publish.outputs.flakeref_exact }}
|
||||
flakeref_at_least: ${{ steps.publish.outputs.flakeref_at_least }}
|
||||
steps:
|
||||
- run: true
|
||||
- run: "true"
|
||||
- run: |
|
||||
echo "A dependent in the build matrix failed."
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Reference in a new issue