From a5c9cade3ec82449020ead5a95273b6026500865 Mon Sep 17 00:00:00 2001 From: Altareos Date: Sat, 21 Jun 2025 13:41:15 +0200 Subject: [PATCH] fix script path --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8c04bab..c168b73 100644 --- a/action.yml +++ b/action.yml @@ -28,4 +28,4 @@ runs: shell: bash run: "grep 'pkgver = ' $SRCINFO_PATH | sed 's/ = /=/' >> $GITHUB_OUTPUT" env: - SRCINFO_PATH: ${{ inputs.srcinfo-file }} + SRCINFO_PATH: ${{ inputs.srcinfo-path }}