From e9aa34d91baff5d2ed3bc72a9d54cf8f78d297ee Mon Sep 17 00:00:00 2001 From: Alexander Koz Date: Tue, 12 Sep 2023 19:10:17 +0400 Subject: [PATCH] CI: fix pre-build update workflow for sdk version --- .github/workflows/update.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 0fc56764..cd557518 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -5,6 +5,7 @@ on: sdk: description: "Version of Playdate SDK" default: latest + type: string required: true source: description: "Source ref used to build bindings. Uses `github.ref`` by default." @@ -92,7 +93,7 @@ jobs: - ubuntu-latest # - windows-latest sdk: - - ${{ github.event.inputs.source || 'latest' }} + - ${{ github.event.inputs.sdk || 'latest' }} features: - v: >- bindings-documentation @@ -117,7 +118,7 @@ jobs: - name: Inputs run: | - echo "I: SDK version: ${{ github.event.inputs.source }}" + echo "I: SDK version: ${{ github.event.inputs.sdk }}" echo "M: SDK version: ${{ matrix.sdk }}" - name: Cache