File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 22
22
actor :
23
23
description : The GitHub user on whose behalf this workflow is run
24
24
required : false
25
+ push :
25
26
26
27
env :
27
- PACKAGE_TO_BUILD : " ${{ github.event.inputs.package }} "
28
- BUILD_ONLY : " ${{ github.event.inputs.build_only }} "
28
+ PACKAGE_TO_BUILD : curl
29
+ BUILD_ONLY :
29
30
OWNER : " git-for-windows"
30
- REPO : " ${{ github.event.inputs.repo }} "
31
- REF : " ${{ github.event.inputs.ref }} "
32
- ARCHITECTURE : " ${{ github.event.inputs.architecture }} "
31
+ REPO : MSYS2-packages
32
+ REF : 8b647ab5e50da1cefd37661ce325799d16fe865a
33
+ ARCHITECTURE : i686
33
34
GPG_OPTIONS : " --batch --yes --no-tty --list-options no-show-photos --verify-options no-show-photos --pinentry-mode loopback"
34
35
HOME : " ${{ github.workspace }}\\ home"
35
- ACTOR : " ${{ github.event.inputs.actor || github.triggering_actor }} "
36
+ ACTOR : dscho
36
37
CREATE_CHECK_RUN : true
37
38
38
39
jobs :
You can’t perform that action at this time.
0 commit comments