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