diff --git a/.github/workflows/cleanup-branches.yml b/.github/workflows/cleanup-branches.yml index 63c3f0d62..01e9a5672 100644 --- a/.github/workflows/cleanup-branches.yml +++ b/.github/workflows/cleanup-branches.yml @@ -34,7 +34,7 @@ jobs: if [ "${{ github.event_name }}" = "workflow_dispatch" ]; then echo "dry_run=${{ github.event.inputs.dry_run }}" >> $GITHUB_OUTPUT else - echo "dry_run=true" >> $GITHUB_OUTPUT + echo "dry_run=false" >> $GITHUB_OUTPUT fi - name: Cleanup branches