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.
2 parents 9444211 + 10ffb18 commit 3bb52ffCopy full SHA for 3bb52ff
.github/workflows/create-release.yml
@@ -79,7 +79,7 @@ jobs:
79
80
e2e-test:
81
needs: [test]
82
- uses: e2e-test.yml
+ uses: ./.github/workflows/e2e-test.yml
83
with:
84
mainBranch: "last-tag"
85
secrets:
@@ -95,7 +95,7 @@ jobs:
95
96
upload-badge:
97
needs: [ test, e2e-test ]
98
- uses: upload-badge.yml
+ uses: ./.github/workflows/upload-badge.yml
99
100
101
.github/workflows/pr.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
14
15
16
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
17
0 commit comments