mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-01-09 14:15:39 +00:00
Add note about commit sha to workflow input
This commit is contained in:
parent
df777874bc
commit
a389f319ce
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -3,9 +3,8 @@ on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
rev:
|
rev:
|
||||||
description: 'Ryujinx/SDL commit to build'
|
description: 'Ryujinx/SDL commit to build (this has to be a full commit sha, otherwise it will not work)'
|
||||||
required: false
|
required: true
|
||||||
default: 'master'
|
|
||||||
# schedule:
|
# schedule:
|
||||||
# - cron: '0 0 * * *'
|
# - cron: '0 0 * * *'
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue