File tree Expand file tree Collapse file tree 1 file changed +5
-22
lines changed
Expand file tree Collapse file tree 1 file changed +5
-22
lines changed Original file line number Diff line number Diff line change @@ -2,31 +2,14 @@ name: tag-git
22run-name : " Tag Git ${{ inputs.snapshot == 'true' && 'snapshot ' || '' }}at ${{ inputs.owner }}/${{ inputs.repo }}@${{ inputs.rev }}"
33
44on :
5- workflow_dispatch :
6- inputs :
7- rev :
8- description : ' The commit to tag'
9- required : true
10- default : main
11- owner :
12- description : ' Optionally override from where to fetch the specified rev'
13- required : true
14- default : git-for-windows
15- repo :
16- description : ' Optionally override from where to fetch the specified rev'
17- required : true
18- default : git
19- snapshot :
20- description : ' A flag indicating whether this is a snapshot or a full Git for Windows release'
21- required : true
22- default : " true"
5+ push :
236
247env :
258 GPG_OPTIONS : " --batch --yes --no-tty --list-options no-show-photos --verify-options no-show-photos --pinentry-mode loopback"
26- OWNER : " ${{github.event.inputs.owner}} "
27- REPO : " ${{github.event.inputs.repo}} "
28- REV : " ${{github.event.inputs.rev}} "
29- SNAPSHOT : " ${{github.event.inputs.snapshot}} "
9+ OWNER : git-for-windows
10+ REPO : git
11+ REV : main
12+ SNAPSHOT : true
3013 CREATE_CHECK_RUN : " true"
3114 NODEJS_VERSION : 16
3215
You can’t perform that action at this time.
0 commit comments