We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4be75b0 commit e55664cCopy full SHA for e55664c
.github/workflows/detect-release.yml
@@ -32,7 +32,7 @@ jobs:
32
git config --global user.name "github-actions[bot]"
33
git config --global user.email "github-actions[bot]@users.noreply.github.com"
34
git add Dockerfile
35
- git commit -m "(≧ω≦): upgrade OpenD version to \`${version}\`"
+ git commit -m "(≧ω≦): upgrade OpenD version to ${version}"
36
git checkout -b $Branch
37
git push --set-upstream origin $Branch
38
gh pr create --base master --fill
0 commit comments