mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 19:28:57 +01:00
.github/workflows: Refactoring
This commit is contained in:
parent
fa0efea4a4
commit
8646a54b19
4
.github/workflows/sourcehutbuild.yml
vendored
4
.github/workflows/sourcehutbuild.yml
vendored
@ -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 }})"
|
||||
|
Loading…
Reference in New Issue
Block a user