We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75af595 commit 657e92dCopy full SHA for 657e92d
1 file changed
action.yml
@@ -19,5 +19,5 @@ runs:
19
- id: context
20
shell: bash
21
run: |
22
- echo "::set-output name=action-result::${{ inputs.param1 }}"
+ echo "action-result=${{ inputs.param1 }}" >> $GITHUB_OUTPUT
23
0 commit comments