Skip to content

Commit

Permalink
chore: fix step title in delete branch workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Feb 19, 2024
1 parent 9aaa0dd commit 5cfb353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/delete_branch_in_pactflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# Requires Ruby to encode the URL path correctly - could use any other scripting language here
- uses: ruby/setup-ruby@v1

- name: Delete branch ${GIT_BRANCH} for application ${PACTICIPANT} in Pactflow
- name: Delete branch in Pactflow
run: script/ci/delete-branch-in-pactflow.sh
env:
GIT_BRANCH: ${{ github.event.ref }}
Expand Down

0 comments on commit 5cfb353

Please sign in to comment.