Skip to content

Commit

Permalink
setup git
Browse files Browse the repository at this point in the history
  • Loading branch information
facchettos committed Feb 9, 2024
1 parent ed189ee commit 992a92b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,10 @@ jobs:
uses: actions/checkout@v4
- name: run compat
run: go run hack/compat-matrix/main.go docs/pages/deploying-vclusters/compat-matrix.mdx
- name: setup git
run: |
git config user.email "[email protected]"
git config user.name "loft bot"
- name: commit if needed
run: git diff --quiet && git diff --staged --quiet || git commit -am 'updated compatibility matrix'

0 comments on commit 992a92b

Please sign in to comment.