We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30b96a1 commit 8db0642Copy full SHA for 8db0642
1 file changed
.github/workflows/FixPR.yml
@@ -69,7 +69,7 @@ jobs:
69
## * using the 'stable' toolchain is necessary to avoid "unexpected '--filter-platform'" errors
70
cargo +stable tree --locked --no-dedupe -e=no-dev --prefix=none --features ${{ matrix.job.features }} | grep -vE "$PWD" | sort --unique
71
- name: Commit any changes (to '${{ env.BRANCH_TARGET }}')
72
- uses: EndBug/add-and-commit@v9
+ uses: EndBug/add-and-commit@v10
73
with:
74
new_branch: ${{ env.BRANCH_TARGET }}
75
default_author: github_actions
0 commit comments