We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7ddaef commit 94ef9fbCopy full SHA for 94ef9fb
1 file changed
.github/workflows/cruft-prs.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Install the latest version of uv
21
uses: astral-sh/setup-uv@v5
22
- name: Update template repo registry
23
- run: uvx --from ./scripts send-cruft-prs ${{ env.RELEASE }} --all_repos --log-dir log --dry-run
+ run: uvx --from ./scripts send-cruft-prs ${{ env.RELEASE }} --all_repos --log-dir log
24
env:
25
RELEASE: ${{ github.event_name == 'release' && github.event.release.tag_name || github.event.inputs.release }}
26
GITHUB_TOKEN: ${{ secrets.BOT_GH_TOKEN }}
0 commit comments