We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7145922 commit 5c6d98dCopy full SHA for 5c6d98d
.github/workflows/pr.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Get appropriate base and head commits for `nx affected` commands
35
uses: nrwl/nx-set-shas@v3
36
with:
37
- main-branch-name: 'alpha'
+ main-branch-name: 'beta'
38
- run: |
39
echo "BASE: ${{ env.NX_BASE }}"
40
echo "HEAD: ${{ env.NX_HEAD }}"
nx.json
@@ -1,7 +1,7 @@
1
{
2
"$schema": "./node_modules/nx/schemas/nx-schema.json",
3
"affected": {
4
- "defaultBase": "alpha"
+ "defaultBase": "beta"
5
},
6
"tasksRunnerOptions": {
7
"default": {
0 commit comments