We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f87dedb commit 93ef041Copy full SHA for 93ef041
1 file changed
.github/workflows/build-and-test.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Commit build artifacts (same-repo PRs only)
51
if: github.event.pull_request.head.repo.full_name == github.repository
52
id: commit_dist
53
- uses: EndBug/add-and-commit@v9
+ uses: EndBug/add-and-commit@v10
54
with:
55
add: "."
56
message: "chore: build core action dist (auto)"
0 commit comments