Skip to content

Commit 94ef9fb

Browse files
authored
Disable dry-run
1 parent b7ddaef commit 94ef9fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cruft-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install the latest version of uv
2121
uses: astral-sh/setup-uv@v5
2222
- name: Update template repo registry
23-
run: uvx --from ./scripts send-cruft-prs ${{ env.RELEASE }} --all_repos --log-dir log --dry-run
23+
run: uvx --from ./scripts send-cruft-prs ${{ env.RELEASE }} --all_repos --log-dir log
2424
env:
2525
RELEASE: ${{ github.event_name == 'release' && github.event.release.tag_name || github.event.inputs.release }}
2626
GITHUB_TOKEN: ${{ secrets.BOT_GH_TOKEN }}

0 commit comments

Comments
 (0)