mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-05-04 10:33:47 +01:00
chore(actions): use tee
to write trimmed version to stdout for debugging
This commit is contained in:
parent
b55333d66e
commit
957d773f91
1 changed files with 1 additions and 1 deletions
2
.github/workflows/debug.yml
vendored
2
.github/workflows/debug.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
||||||
id: trim_sha
|
id: trim_sha
|
||||||
run: |
|
run: |
|
||||||
commit_sha=${{ github.sha }}
|
commit_sha=${{ github.sha }}
|
||||||
echo "trimmed_sha=${commit_sha:0:7}" >> $GITHUB_ENV
|
echo "trimmed_sha=r${commit_sha:0:7}" | tee $GITHUB_ENV
|
||||||
build:
|
build:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Add table
Reference in a new issue