Skip to content

Commit

Permalink
chore: update CI/CD to remove deprecated set-output command (#150) (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
HarikrishnanBalagopal authored Aug 22, 2023
1 parent da63e70 commit abb063f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
ref: ${{ github.event.inputs.commit_ref }}
- id: get_sha
run: |
echo "::set-output name=sha::$(git rev-parse HEAD)"
echo "sha=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
- uses: actions/github-script@v3
with:
github-token: ${{ secrets.MOVE2KUBE_PATOKEN }}
Expand Down

0 comments on commit abb063f

Please sign in to comment.