Update action to use pre-built container
This commit is contained in:
parent
40fd4990fc
commit
3e0a17d097
|
@ -3,7 +3,7 @@ author: 'Peter Evans'
|
|||
description: 'Creates a pull request for changes to your repository in the actions workspace'
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
image: 'docker://peterevans/create-pull-request:1.5.0'
|
||||
branding:
|
||||
icon: 'git-pull-request'
|
||||
color: 'gray-dark'
|
||||
|
|
Loading…
Reference in a new issue