Skip to content

Commit ac97d3e

Browse files
committed
TO-DROP: trigger open-pr(msys2-runtime) on push
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 8c07a4c commit ac97d3e

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

.github/workflows/open-pr.yml

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,12 @@
11
name: Upgrade a package version and open a PR
2-
run-name: Upgrade ${{ inputs.package }} to ${{ inputs.version }}
2+
run-name: Upgrade msys2-runtime to 2a3a6df191a924913cc1610d960a370b0c4fa5c2
33

44
on:
5-
workflow_dispatch:
6-
inputs:
7-
package:
8-
description: The package to update
9-
type: string
10-
required: true
11-
version:
12-
description: The new version of the package
13-
type: string
14-
required: true
15-
actor:
16-
description: The GitHub user on whose behalf this workflow is run
17-
required: false
5+
push:
186

197
env:
20-
PACKAGE_TO_UPGRADE: ${{ github.event.inputs.package }}
21-
UPGRADE_TO_VERSION: ${{ github.event.inputs.version }}
8+
PACKAGE_TO_UPGRADE: msys2-runtime
9+
UPGRADE_TO_VERSION: 2a3a6df191a924913cc1610d960a370b0c4fa5c2
2210
OWNER: 'git-for-windows'
2311
ACTOR: "${{ github.event.inputs.actor || github.triggering_actor }}"
2412

0 commit comments

Comments
 (0)