Skip to content

Commit

Permalink
feat(core): update the workflow version used by the generator for git…
Browse files Browse the repository at this point in the history
…h… (#14351)
  • Loading branch information
mael-belval authored Jan 21, 2023
1 parent d8bd8ab commit c6adec7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/shared/monorepo-ci-github-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ on:
jobs:
main:
name: Nx Cloud - Main Job
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.8
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.11.2
with:
number-of-agents: 3
parallel-commands: |
Expand All @@ -68,7 +68,7 @@ jobs:
agents:
name: Nx Cloud - Agents
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.8
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.11.2
with:
number-of-agents: 3
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ on:
jobs:
main:
name: Nx Cloud - Main Job
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.8
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.11.2
with:
number-of-agents: 3
init-commands: |
Expand All @@ -193,7 +193,7 @@ jobs:
agents:
name: Nx Cloud - Agents
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.8
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.11.2
with:
number-of-agents: 3
"
Expand All @@ -211,7 +211,7 @@ on:
jobs:
main:
name: Nx Cloud - Main Job
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.8
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.11.2
with:
number-of-agents: 3
init-commands: |
Expand All @@ -226,7 +226,7 @@ jobs:
agents:
name: Nx Cloud - Agents
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.8
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.11.2
with:
number-of-agents: 3
"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
main:
name: Nx Cloud - Main Job
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.8
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.11.2
with:
number-of-agents: 3
init-commands: |
Expand All @@ -24,6 +24,6 @@ jobs:

agents:
name: Nx Cloud - Agents
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.8
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.11.2
with:
number-of-agents: 3

1 comment on commit c6adec7

@vercel
Copy link

@vercel vercel bot commented on c6adec7 Jan 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx.dev
nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app
nx-five.vercel.app

Please sign in to comment.