Skip to content

Commit

Permalink
update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Resonance1584 committed May 14, 2024
1 parent f30681d commit 7628938
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/actions/pipelines-orchestrate/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ runs:
fi
- uses: actions/checkout@v4
path: repo
with:
# Fetch all history
fetch-depth: 0
Expand Down Expand Up @@ -83,7 +84,7 @@ runs:
shell: bash
env:
REPO_URL: ${{ github.server_url }}/${{ github.repository }}
REPO_PATH: "."
REPO_PATH: "./repo"
SOURCE_REF: ${{ steps.ref.outputs.source_ref }}
TARGET_REF: ${{ steps.ref.outputs.target_ref }}
EVENT_TYPE: ${{ steps.event_type.outputs.event_type }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pipelines-root.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

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

Expand Down

0 comments on commit 7628938

Please sign in to comment.