diff --git a/.github/workflows/bot-ci-failure.yml b/.github/workflows/bot-ci-failure.yml index e03f531c..66249ea2 100644 --- a/.github/workflows/bot-ci-failure.yml +++ b/.github/workflows/bot-ci-failure.yml @@ -72,7 +72,7 @@ jobs: pull-requests: write actions: write contents: read - uses: openwisp/openwisp-utils/.github/workflows/reusable-bot-ci-failure.yml@refactor/transient-rerun-mechanism + uses: openwisp/openwisp-utils/.github/workflows/reusable-bot-ci-failure.yml@master with: pr_number: ${{ needs.find-pr.outputs.pr_number }} head_sha: ${{ github.event.workflow_run.head_sha }} diff --git a/.github/workflows/reusable-bot-ci-failure.yml b/.github/workflows/reusable-bot-ci-failure.yml index 2e8b8e7c..c17dfcc3 100644 --- a/.github/workflows/reusable-bot-ci-failure.yml +++ b/.github/workflows/reusable-bot-ci-failure.yml @@ -52,7 +52,7 @@ jobs: uses: actions/checkout@v6 with: repository: openwisp/openwisp-utils - ref: refactor/transient-rerun-mechanism + ref: master path: trusted_scripts - name: Checkout PR Code