File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
source_branch :
7
7
required : true
8
8
type : string
9
- default : ' main'
9
+ default : " main"
10
10
excludes :
11
11
description : Comma separated list of strings to exclude images from the update
12
12
required : false
13
13
type : string
14
- default : ' '
14
+ default : " "
15
15
dry_run :
16
16
type : boolean
17
17
default : false
78
78
token : ${{ secrets.NGINX_PAT }}
79
79
commit-message : Update docker images ${{ steps.update_images.outputs.docker_md5 }}
80
80
title : Docker image update ${{ steps.update_images.outputs.docker_md5 }}
81
- branch : chore /image-update-${{ needs.vars.outputs.source_branch }}-${{ steps.update_images.outputs.docker_md5 }}
81
+ branch : deps /image-update-${{ needs.vars.outputs.source_branch }}-${{ steps.update_images.outputs.docker_md5 }}
82
82
author :
nginx-bot <[email protected] >
83
83
labels : |
84
84
dependencies
You can’t perform that action at this time.
0 commit comments