chore(actions): write trimmed_sha to GITHUB_OUTPUT correclty

This commit is contained in:
Erica Marigold 2024-12-25 19:33:42 +05:30 committed by GitHub
parent d8e3492545
commit f51766c542
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@ jobs:
id: trim_sha
run: |
commit_sha=${{ github.sha }}
echo "trimmed_sha=${commit_sha:0:7}" | tee $GITHUB_ENV
echo "trimmed_sha=${commit_sha:0:7}" | tee $GITHUB_OUTPUT
build:
strategy:
matrix: