ci: update CI for deprecated set-output (#417)

This commit is contained in:
ryannikolaidis 2023-03-29 20:49:21 -07:00 committed by GitHub
parent 77b6fb2792
commit 19fb3031be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ jobs:
steps:
- name: Set Short SHA
id: set_short_sha
run: echo "::set-output name=short_sha::$(echo ${{ github.sha }} | cut -c1-7)"
run: echo "short_sha=$(echo ${{ github.sha }} | cut -c1-7)" >> $GITHUB_OUTPUT
build-amd:
runs-on: ubuntu-latest