Skip to content

Commit

Permalink
pr fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Oct 29, 2024
1 parent d87ba59 commit 1d84fce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/delete_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
inputs:
branch-prefix:
description: 'Branch prefix to match (e.g., "deps/" or "feature/")'
description: 'Branch prefix to match (e.g., "update--0.24.2-rc.89-" or "benchmark--0.25.0-")'
required: true
type: string
dry-run:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
echo "Branch deletion complete"
- name: Dry run message
if: ${{ inputs.dry-run }}
if: ${{ inputs.dry-run == true }}
run: |
echo "DRY RUN - No branches were deleted"
echo "The above branches would have been deleted if this wasn't a dry run"

0 comments on commit 1d84fce

Please sign in to comment.