Skip to content

Commit

Permalink
TO-DROP: trigger InnoSetup update on push
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Jul 12, 2024
1 parent 7f3e969 commit 69956d0
Showing 1 changed file with 5 additions and 17 deletions.
22 changes: 5 additions & 17 deletions .github/workflows/open-pr.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 69956d0

Please sign in to comment.