Skip to content

Commit

Permalink
Merge pull request #1 from gruntwork-io/zgtest
Browse files Browse the repository at this point in the history
Move pipelines CLI version into the workflow
  • Loading branch information
ZachGoldberg authored Apr 26, 2024
2 parents 3ee8966 + a49f2b1 commit 011b0fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipelines-delegated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
required: true

env:
PIPELINES_CLI_VERSION: 0.9.3
PIPELINES_CLI_VERSION: v0.9.3

jobs:
detect_changes:
Expand All @@ -21,7 +21,7 @@ jobs:

- name: Pipelines Orchestrate
id: orchestrate
uses: pipelines-[email protected].0
uses: gruntwork-io/pipelines-[email protected].0
with:
token: ${{ secrets.PIPELINES_READ_TOKEN || secrets.GITHUB_TOKEN }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pipelines-root.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
required: false

env:
PIPELINES_CLI_VERSION: 0.9.3
PIPELINES_CLI_VERSION: v0.9.3

jobs:
detect_changes:
Expand All @@ -25,7 +25,7 @@ jobs:

- name: Pipelines Orchestrate
id: orchestrate
uses: pipelines-[email protected].0
uses: gruntwork-io/pipelines-[email protected].0
with:
token: ${{ secrets.PIPELINES_READ_TOKEN }}

Expand Down

0 comments on commit 011b0fb

Please sign in to comment.