We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f3916e + ced85f1 commit a11e981Copy full SHA for a11e981
.github/workflows/update-pinned-libs.yml
@@ -89,7 +89,7 @@ jobs:
89
git config user.email "github-actions[bot]@users.noreply.github.com"
90
git checkout -b "$BRANCH_NAME"
91
git add linux/base.Dockerfile
92
- git commit -m "Upkeep:Update pinned library versions"
+ git commit -m "Upkeep: Update pinned library versions"
93
git push origin "$BRANCH_NAME"
94
echo "branch=$BRANCH_NAME" >> $GITHUB_OUTPUT
95
id: push-branch
0 commit comments