We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f466702 commit 7a03548Copy full SHA for 7a03548
.github/workflows/testing-release-self-hosted-runner.yml
@@ -84,6 +84,9 @@ jobs:
84
run: |
85
mkdir $GITHUB_WORKSPACE/build-arm64 $GITHUB_WORKSPACE/build-amd64 $GITHUB_WORKSPACE/build-amd64v2
86
cd erigon;
87
+ echo DEBUG111
88
+ id
89
+ echo END DEBUG
90
echo "id=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
91
echo "short_commit_id=$(git rev-parse --short=7 HEAD)" >> $GITHUB_OUTPUT
92
echo "parsed_version=$(echo ${{ inputs.release_version }} | sed -e 's/^v//g')" >> $GITHUB_OUTPUT
0 commit comments