Skip to content

Commit

Permalink
added param
Browse files Browse the repository at this point in the history
  • Loading branch information
facchettos committed Feb 9, 2024
1 parent 74cfe2e commit 74ef4e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh pr checkout ${{ github.event.pull_request.number }}
- name: run matrix-gen
run: go run hack/compat-matrix/main.go
run: go run hack/compat-matrix/main.go docs/pages/deploying-vclusters/compat-matrix
- name: commit change if needed
run: git diff --quiet && git diff --staged --quiet || git commit -am 'updated compatibility matrix'
- name: Push changes
Expand Down

0 comments on commit 74ef4e9

Please sign in to comment.