Skip to content

Commit

Permalink
Fix deleting backport branches workflow (#16003)
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
  • Loading branch information
gaiksaya committed Sep 19, 2024
1 parent ab7816c commit 77ddfd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/delete_backport_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
contents: write
if: startsWith(github.event.pull_request.head.ref,'backport/')
steps:
- name: Delete merged branch
- name: Delete merged branch
uses: actions/github-script@v5
with:
script: |
Expand Down

0 comments on commit 77ddfd6

Please sign in to comment.