Skip to content

Commit

Permalink
🐛 Fix /format command
Browse files Browse the repository at this point in the history
Signed-off-by: Rintaro Okamura <[email protected]>
  • Loading branch information
rinx committed Jun 10, 2020
1 parent 44dff4a commit ca81ee7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/chatops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -389,14 +389,15 @@ jobs:
# make format/docker
make license
git reset go.mod go.sum
if git diff --quiet --exit-code; then
echo "Nothing updated"
else
git config --global user.name "vdaas-ci"
git config --global user.email "[email protected]"
git add .
git reset go.mod go.sum
git commit --signoff -m ":robot: Update license headers / Format go codes and yaml files"
git remote set-url origin "https://${GITHUB_USER}:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
Expand Down

0 comments on commit ca81ee7

Please sign in to comment.