Skip to content

Commit 657e92d

Browse files
authored
Update action.yml (#6)
1 parent 75af595 commit 657e92d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ runs:
1919
- id: context
2020
shell: bash
2121
run: |
22-
echo "::set-output name=action-result::${{ inputs.param1 }}"
22+
echo "action-result=${{ inputs.param1 }}" >> $GITHUB_OUTPUT
2323

0 commit comments

Comments
 (0)