diff --git a/.github/workflows/sourcehutbuild.yml b/.github/workflows/sourcehutbuild.yml index b8eee64e3..a994f50bb 100644 --- a/.github/workflows/sourcehutbuild.yml +++ b/.github/workflows/sourcehutbuild.yml @@ -26,6 +26,6 @@ jobs: - name: Run run: | go run .github/workflows/sourcehutbuild.go \ - -commit ${{ github.event.head_commit.id }} \ + -commit $GITHUB_SHA \ -manifest .github/workflows/sourcehutmanifests/${{ matrix.os }}.yml \ - -note '${{ format('{0} ({1})', github.event.head_commit.id, matrix.os) }}' + -note "$GITHUB_SHA (${{ matrix.os }})"