Skip to content

Commit

Permalink
ci: Use GITHUB_OUTPUT envvar instead of set-output command (#3533)
Browse files Browse the repository at this point in the history
Co-authored-by: Garrett Campbell <[email protected]>
  • Loading branch information
arunsathiya and gcampbell-msft authored Jan 26, 2024
1 parent b486c5a commit f402edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-vsix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Get Short SHA
id: get-short-sha
run: echo "::set-output name=sha::$(git rev-parse --short ${GITHUB_SHA})"
run: echo "sha=$(git rev-parse --short ${GITHUB_SHA})" >> $GITHUB_OUTPUT

- name: Update the package version
uses: jacobtomlinson/gha-find-replace@master
Expand Down

0 comments on commit f402edc

Please sign in to comment.