File tree Expand file tree Collapse file tree 1 file changed +5
-17
lines changed Expand file tree Collapse file tree 1 file changed +5
-17
lines changed Original file line number Diff line number Diff line change 1
1
name : Upgrade a package version and open a PR
2
- run-name : Upgrade ${{ inputs.package }} to ${{ inputs.version }}
2
+ run-name : Upgrade innosetup to 6.3.3
3
3
4
4
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 :
18
6
19
7
env :
20
- PACKAGE_TO_UPGRADE : ${{ github.event.inputs.package }}
21
- UPGRADE_TO_VERSION : ${{ github.event.inputs.version }}
8
+ PACKAGE_TO_UPGRADE : innosetup
9
+ UPGRADE_TO_VERSION : " 6.3.3 "
22
10
OWNER : ' git-for-windows'
23
- ACTOR : " ${{ github.event.inputs.actor || github.triggering_actor }} "
11
+ ACTOR : " dscho "
24
12
25
13
jobs :
26
14
open-pr :
You can’t perform that action at this time.
0 commit comments