mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2024-12-22 22:25:27 +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:
|
||||
inputs:
|
||||
rev:
|
||||
description: 'Ryujinx/SDL commit to build'
|
||||
required: false
|
||||
default: 'master'
|
||||
description: 'Ryujinx/SDL commit to build (this has to be a full commit sha, otherwise it will not work)'
|
||||
required: true
|
||||
# schedule:
|
||||
# - cron: '0 0 * * *'
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue