Skip to content

Commit aa8676f

Browse files
committed
init2
1 parent 8a16313 commit aa8676f

File tree

3 files changed

+4562
-148
lines changed

3 files changed

+4562
-148
lines changed

action.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ inputs:
2727
cli-version:
2828
description: The version of the uploader to use.
2929
required: false
30-
default: latest
30+
default: 0.7.7-alpha.0
3131
team:
3232
description: Value to tag team owner of upload.
3333
required: false
@@ -50,6 +50,9 @@ inputs:
5050
github-token:
5151
description: The GitHub token used to create an authenticated client
5252
default: ${{ github.token }}
53+
previous-step-outcome:
54+
description: The outcome of the previous step in the workflow
55+
required: false
5356

5457
runs:
5558
using: node20

0 commit comments

Comments
 (0)