Skip to content

Commit

Permalink
try abs path
Browse files Browse the repository at this point in the history
  • Loading branch information
Resonance1584 committed May 14, 2024
1 parent 365f6e4 commit e7a26d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pipelines-root.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit e7a26d5

Please sign in to comment.