Skip to content

Commit

Permalink
TO-DROP: trigger open-pr(msys2-runtime) on push
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Jan 28, 2025
1 parent 8c07a4c commit ac97d3e
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions .github/workflows/open-pr.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,12 @@
name: Upgrade a package version and open a PR
run-name: Upgrade ${{ inputs.package }} to ${{ inputs.version }}
run-name: Upgrade msys2-runtime to 2a3a6df191a924913cc1610d960a370b0c4fa5c2

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: msys2-runtime
UPGRADE_TO_VERSION: 2a3a6df191a924913cc1610d960a370b0c4fa5c2
OWNER: 'git-for-windows'
ACTOR: "${{ github.event.inputs.actor || github.triggering_actor }}"

Expand Down

0 comments on commit ac97d3e

Please sign in to comment.