From 69956d094d6bedc25886be46095ee09948728e60 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Fri, 12 Jul 2024 12:33:00 +0200 Subject: [PATCH] TO-DROP: trigger InnoSetup update on `push` Signed-off-by: Johannes Schindelin --- .github/workflows/open-pr.yml | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/.github/workflows/open-pr.yml b/.github/workflows/open-pr.yml index 730ddbe..172a809 100644 --- a/.github/workflows/open-pr.yml +++ b/.github/workflows/open-pr.yml @@ -1,26 +1,14 @@ name: Upgrade a package version and open a PR -run-name: Upgrade ${{ inputs.package }} to ${{ inputs.version }} +run-name: Upgrade innosetup to 6.3.3 on: - workflow_dispatch: - inputs: - package: - description: The package to update - type: string - required: true - version: - description: The new version of the package - type: string - required: true - actor: - description: The GitHub user on whose behalf this workflow is run - required: false + push: env: - PACKAGE_TO_UPGRADE: ${{ github.event.inputs.package }} - UPGRADE_TO_VERSION: ${{ github.event.inputs.version }} + PACKAGE_TO_UPGRADE: innosetup + UPGRADE_TO_VERSION: "6.3.3" OWNER: 'git-for-windows' - ACTOR: "${{ github.event.inputs.actor || github.triggering_actor }}" + ACTOR: "dscho" jobs: open-pr: