We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ee89c5 commit 5842d5cCopy full SHA for 5842d5c
1 file changed
.github/workflows/cruft-prs.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
cache-dependency-glob: scripts/pyproject.toml
24
- name: Update template repo registry
25
- run: uvx --from ./scripts send-cruft-prs ${{ env.RELEASE }} --all_repos --log-dir log
+ run: uvx --from ./scripts send-cruft-prs ${{ env.RELEASE }} --all_repos --log-dir log --dry-run
26
env:
27
RELEASE: ${{ github.event_name == 'release' && github.event.release.tag_name || github.event.inputs.release }}
28
GITHUB_TOKEN: ${{ secrets.BOT_GH_TOKEN }}
0 commit comments