Skip to content

Commit

Permalink
make workflow runnable in main
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 committed May 9, 2024
1 parent 2d875a0 commit 0929d08
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/delete-operator-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ on:
inputs:
branch:
description: "Operator Branch to delete"
required: true
push:
branches:
- delete-branch
default: "update-nginx-ingress-operator-to-v2.2.1"

permissions:
contents: read
Expand All @@ -21,6 +18,6 @@ jobs:
uses: dawidd6/action-delete-branch@v3
with:
github_token: ${{ secrets.NGINX_PAT }}
branches: update-nginx-ingress-operator-to-v2.2.0
branches: ${{ inputs.branch }}
repository: certified-operators
owner: nginx-bot

0 comments on commit 0929d08

Please sign in to comment.