Skip to content

Commit

Permalink
Update .github/workflows/chatops.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rinx authored May 26, 2020
1 parent b1c4200 commit 0d36286
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 @@ -448,7 +448,8 @@ jobs:
git config --global user.name "vdaas-ci"
git config --global user.email "ci@vdaas.org"
git add cmd example hack internal k8s pkg
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 0d36286

Please sign in to comment.