We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fca2e64 + 822d0fd commit ae80099Copy full SHA for ae80099
action.yaml
@@ -42,4 +42,4 @@ runs:
42
43
- id: set-output
44
shell: bash
45
- run: echo "::set-output name=version::$(b2 version)"
+ run: echo "version=$(b2 version)" >> $GITHUB_OUTPUT
0 commit comments