We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58dba77 commit 6631ddeCopy full SHA for 6631dde
.github/workflows/test.yml
@@ -208,7 +208,7 @@ jobs:
208
default_branch="${{ github.event.repository.default_branch }}"
209
210
git switch -c "$updated_branch"
211
- git add .github/compat/compat.csv README.md
+ git add .github/compat/*compat.csv README.md
212
git commit -m "Update compatibility matrix"
213
git push -u origin "$updated_branch"
214
gh pr create -B "$default_branch" -H "$updated_branch" --title "Update compatibility matrix" --body-file .github/compat/compat.md
0 commit comments