mirror of
https://github.com/mtkennerly/dunamai-action.git
synced 2025-06-20 14:30:48 +00:00
#2: Fix error reporting
This commit is contained in:
parent
66bb6c8842
commit
c1b34a8a25
3 changed files with 10 additions and 32 deletions
8
.github/workflows/main.yaml
vendored
8
.github/workflows/main.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue