Skip to content

Commit dc284e6

Browse files
committed
Fix deprecated set-output use in ci.yml
1 parent cca6199 commit dc284e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ jobs:
485485

486486
- name: Get short SHA
487487
id: slug
488-
run: echo "::set-output name=sha8::$(echo ${{ github.sha }} | cut -c1-7)"
488+
run: echo "sha8=$(echo ${{ github.sha }} | cut -c1-7)" >> $GITHUB_OUTPUT
489489

490490
- name: Setup Terraform
491491
uses: hashicorp/setup-terraform@v2

0 commit comments

Comments
 (0)