Skip to content

Commit 5849b6d

Browse files
committed
Use action.yml instead of path to directory
1 parent de62487 commit 5849b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
cache: "npm"
1919
- run: npm ci
2020
- run: npm run build
21-
- uses: ./ # Uses the action in the root directory
21+
- uses: action.yml
2222
id: test
2323
with:
2424
app_id: ${{ vars.TEST_APP_ID }}

0 commit comments

Comments
 (0)