#2: Fix error reporting

This commit is contained in:
mtkennerly 2023-03-28 23:21:23 +08:00
parent 66bb6c8842
commit c1b34a8a25
No known key found for this signature in database
GPG key ID: E764BE00BE6E6408
3 changed files with 10 additions and 32 deletions

View file

@ -23,6 +23,7 @@ jobs:
fetch-depth: 0
- uses: ./
name: full invocation
id: full
with:
install: '1.13.2'
@ -36,5 +37,12 @@ jobs:
- run: echo ${{ steps.full.outputs.version }} from outputs
- uses: ./
name: minimal invocation
id: minimal
- run: echo ${{ steps.minimal.outputs.version }} from outputs
- uses: ./
name: invalid VCS
continue-on-error: true
with:
command: dunamai from incorrect