From e7a26d5322d291ba48b0083393d61e0574af9426 Mon Sep 17 00:00:00 2001 From: Lewis Christie Date: Tue, 14 May 2024 15:33:57 -0600 Subject: [PATCH] try abs path --- .github/workflows/pipelines-root.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pipelines-root.yml b/.github/workflows/pipelines-root.yml index e015de3..e372b9d 100644 --- a/.github/workflows/pipelines-root.yml +++ b/.github/workflows/pipelines-root.yml @@ -23,15 +23,15 @@ jobs: with: ref: monorepo repository: gruntwork-io/pipelines-workflows - path: pipelines-workflows + path: /tmp/pipelines-workflows - name: Preflight Checks - uses: ./pipelines-workflows/.github/actions/pipelines-preflight-action + uses: /tmp/pipelines-workflows/.github/actions/pipelines-preflight-action with: PIPELINES_READ_TOKEN: ${{ secrets.PIPELINES_READ_TOKEN }} - name: Pipelines Orchestrate id: orchestrate - uses: ./pipelines-workflows/.github/actions/gruntwork-io/pipelines-orchestrate + uses: /tmp/pipelines-workflows/.github/actions/gruntwork-io/pipelines-orchestrate with: token: ${{ secrets.PIPELINES_READ_TOKEN }}