Skip to content

Commit

Permalink
Updating to remove set-output
Browse files Browse the repository at this point in the history
  • Loading branch information
nicleary committed Oct 14, 2022
1 parent 24910e0 commit e523f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ runs:
run: sudo --preserve-env ${{ github.action_path }}/entrypoint.sh
shell: bash
- id: set-output
run: echo "::set-output name=version::$(aws --version)"
run: echo "version=$(aws --version)" >> $GITHUB_OUTPUT
shell: bash

0 comments on commit e523f2b

Please sign in to comment.