Skip to content

Commit

Permalink
Merge pull request #15 from nicleary/master
Browse files Browse the repository at this point in the history
Updating to remove set-output
  • Loading branch information
unfor19 authored Oct 21, 2022
2 parents 24910e0 + e523f2b commit 8a86d81
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 8a86d81

Please sign in to comment.