Skip to content

Commit

Permalink
fixup delete
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Dec 19, 2024
1 parent 2de369f commit 3855171
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/delete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
echo "BRANCH_NAME=${{ github.event.inputs.tag_pattern }}" >> $GITHUB_ENV
else
BRANCH_NAME="${{ github.event.ref }}"
BRANCH_NAME=$(echo "$BRANCH_NAME" | sed 's/[^a-zA-Z0-9._-]//g' | awk '{print substr($0, length($0)-120)}')
echo "BRANCH_NAME=${BRANCH_NAME#refs/heads/}" >> $GITHUB_ENV
fi
Expand Down

0 comments on commit 3855171

Please sign in to comment.