From 1d84fcea93d429bec86f61795d98892d0b5a7a67 Mon Sep 17 00:00:00 2001 From: Benjamin DeMann Date: Tue, 29 Oct 2024 13:21:43 -0600 Subject: [PATCH] pr fixes --- .github/workflows/delete_branches.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/delete_branches.yml b/.github/workflows/delete_branches.yml index 1320e458b9..8a8c593405 100644 --- a/.github/workflows/delete_branches.yml +++ b/.github/workflows/delete_branches.yml @@ -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: @@ -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"