Skip to content

Commit 986668f

Browse files
authored
ci: update deprecated set-output command in build-dev.yaml (#500)
1 parent 5a71ce1 commit 986668f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
id: vars
5555
run: |
5656
calculatedSha=$(git rev-parse --short ${{ github.sha }})
57-
echo "::set-output name=short_sha::$calculatedSha"
57+
echo "short_sha=$calculatedSha" >> $GITHUB_OUTPUT
5858
5959
- name: Build and export to local Docker
6060
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6

0 commit comments

Comments
 (0)