Add note about commit sha to workflow input

This commit is contained in:
TSR Berry 2023-09-23 19:59:24 +02:00
parent df777874bc
commit a389f319ce
No known key found for this signature in database
GPG key ID: 52353C0A4CCA15E2

View file

@ -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: