Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Resonance1584 committed May 14, 2024
1 parent 7628938 commit 21f123b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipelines-root.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Preflight Checks
uses: ./pipelines-workflows/actions/pipelines-preflight-action
uses: ./pipelines-workflows/.github/actions/pipelines-preflight-action
with:
PIPELINES_READ_TOKEN: ${{ secrets.PIPELINES_READ_TOKEN }}

- name: Pipelines Orchestrate
id: orchestrate
uses: ./pipelines-workflows/actions/gruntwork-io/pipelines-orchestrate
uses: ./pipelines-workflows/.github/actions/gruntwork-io/pipelines-orchestrate
with:
token: ${{ secrets.PIPELINES_READ_TOKEN }}

Expand Down

0 comments on commit 21f123b

Please sign in to comment.