diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba7961613..93b5376cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,11 +63,10 @@ jobs: needs: "acceptance" runs-on: ubuntu-latest if: always() && needs.acceptance.result == 'failure' - steps: - - name: "rerun" - uses: "puppetlabs/cat-github-actions/.github/workflows/workflow-restarter.yml@cat_1820" - with: - repo: ${{ github.repository }} - run_id: ${{ github.run_id }} - env: - SOURCE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + name: "rerun" + uses: "puppetlabs/cat-github-actions/.github/workflows/workflow-restarter.yml@cat_1820" + with: + repo: ${{ github.repository }} + run_id: ${{ github.run_id }} + env: + SOURCE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file