Skip to content

Commit 3bb52ff

Browse files
authored
Merge pull request #106 from klerick/debug-github-action
ci: fix path in yml
2 parents 9444211 + 10ffb18 commit 3bb52ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979

8080
e2e-test:
8181
needs: [test]
82-
uses: e2e-test.yml
82+
uses: ./.github/workflows/e2e-test.yml
8383
with:
8484
mainBranch: "last-tag"
8585
secrets:
@@ -95,7 +95,7 @@ jobs:
9595

9696
upload-badge:
9797
needs: [ test, e2e-test ]
98-
uses: upload-badge.yml
98+
uses: ./.github/workflows/upload-badge.yml
9999
with:
100100
mainBranch: "last-tag"
101101
secrets:

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
e2e-test:
1313
needs: [test]
14-
uses: e2e-test.yml
14+
uses: ./.github/workflows/e2e-test.yml
1515
secrets:
1616
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
1717

0 commit comments

Comments
 (0)