From 2b6d713832b3a4f897a3581c13a90d6685b1dd5c Mon Sep 17 00:00:00 2001 From: Max Howell Date: Wed, 13 Dec 2023 05:44:35 -0500 Subject: [PATCH] =?UTF-8?q?fix=20typo=20that=20wasn=E2=80=99t=20gunna=20be?= =?UTF-8?q?=20got=20until=20merge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/new-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/new-version.yml b/.github/workflows/new-version.yml index 28741a65..fce98a12 100644 --- a/.github/workflows/new-version.yml +++ b/.github/workflows/new-version.yml @@ -46,5 +46,5 @@ jobs: - uses: actions/checkout@v4 - uses: ./.github/actions/complain with: - pkg: ${{ input.pkg }} + pkg: ${{ inputs.pkg }} platform: ${{ inputs.name }}