Add single quotes
This commit is contained in:
parent
938cca71df
commit
fc279a7228
1 changed files with 2 additions and 2 deletions
|
@ -79,8 +79,8 @@ steps:
|
||||||
branch: ${DRONE_BRANCH}
|
branch: ${DRONE_BRANCH}
|
||||||
force: false
|
force: false
|
||||||
commit: true
|
commit: true
|
||||||
commit_message: "[bot] [skip ci] bump image tag"
|
commit_message: '[bot] [skip ci] bump image tag'
|
||||||
author_name: ci-bot
|
author_name: "ci-bot"
|
||||||
ssh_key:
|
ssh_key:
|
||||||
from_secret: github_ssh_key
|
from_secret: github_ssh_key
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue