.github/workflows: Refactoring

This commit is contained in:
Hajime Hoshi 2021-08-28 03:48:40 +09:00
parent fa0efea4a4
commit 8646a54b19

View File

@ -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 }})"