Skip to content

Commit

Permalink
add ref to ansible-network repository
Browse files Browse the repository at this point in the history
  • Loading branch information
abikouo committed Jan 10, 2025
1 parent 8ee5958 commit 615f4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ensure_backporting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
runs-on: ubuntu-latest
if: ${{ contains(github.event.pull_request.labels.*.name, 'mergeit') && !contains(github.event.pull_request.labels.*.name, 'do_not_backport') }}
steps:
- uses: abikouo/github_actions/.github/actions/ensure_backporting@ensure_backporting_1
- uses: ansible-network/github_actions/.github/actions/ensure_backporting@main
with:
token: ${{ secrets.GH_TOKEN || secrets.GITHUB_TOKEN }}

0 comments on commit 615f4db

Please sign in to comment.