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