From a389f319ce01c8938852dce74078ec345de707d1 Mon Sep 17 00:00:00 2001 From: TSR Berry <20988865+TSRBerry@users.noreply.github.com> Date: Sat, 23 Sep 2023 19:59:24 +0200 Subject: [PATCH] Add note about commit sha to workflow input --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8c0d246..580f1f5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: