Skip to content

Commit

Permalink
Remove 'apg/' prepend
Browse files Browse the repository at this point in the history
  • Loading branch information
howard-e committed Sep 27, 2024
1 parent 14f9705 commit 5f1d2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/remove-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Clean up generated branch
if: ${{ steps.check_if_exists.outputs.BRANCH_EXISTS == '1' }}
run: |
BRANCH_NAME="apg/${{ github.event.inputs.apg_branch }}"
BRANCH_NAME="${{ github.event.inputs.apg_branch }}"
git config --global user.name "w3cgruntbot"
git config --global user.email "[email protected]"
git push origin --delete $BRANCH_NAME
Expand Down

0 comments on commit 5f1d2ef

Please sign in to comment.