Skip to content

Commit 2fcce1d

Browse files
committed
Fix path
1 parent 061cb24 commit 2fcce1d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- run: dfetch update
3232
- run: dfetch update
3333
- name: Dfetch SARIF Check
34-
uses: ./github/actions/dfetch-action
34+
uses: ./.github/actions/dfetch-action
3535
with:
3636
working-directory: '.'
3737

@@ -87,7 +87,7 @@ jobs:
8787
- run: dfetch update
8888
- run: dfetch update
8989
- name: Dfetch SARIF Check
90-
uses: ./github/actions/dfetch-action
90+
uses: ./.github/actions/dfetch-action
9191
with:
9292
working-directory: '.'
9393

0 commit comments

Comments
 (0)