mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-13 04:22:05 +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
|
- name: Run
|
||||||
run: |
|
run: |
|
||||||
go run .github/workflows/sourcehutbuild.go \
|
go run .github/workflows/sourcehutbuild.go \
|
||||||
-commit ${{ github.event.head_commit.id }} \
|
-commit $GITHUB_SHA \
|
||||||
-manifest .github/workflows/sourcehutmanifests/${{ matrix.os }}.yml \
|
-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