Throw error message instead of exit code

This commit is contained in:
CrazyMax
2021-05-14 02:10:53 +02:00
parent 1882cef5ad
commit a2173f5d12
4 changed files with 42 additions and 14 deletions
+21 -1
View File
@@ -56,7 +56,27 @@ jobs:
if: always()
uses: crazy-max/ghaction-dump-context@v1
error:
error-msg:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v2
-
name: Build
continue-on-error: true
uses: ./
with:
files: |
./test/config.hcl
set: |
*.platform=linux/amd64,linux/ppc64le,linux/s390x
-
name: Dump context
if: always()
uses: crazy-max/ghaction-dump-context@v1
error-check:
runs-on: ubuntu-latest
steps:
-