Skip to content

Commit 85773b0

Browse files
committed
Fix broken action paths
1 parent 21f5b97 commit 85773b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/src/info/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ outputs:
1212

1313
runs:
1414
using: node20
15-
main: ../dist/info.js
15+
main: ../../dist/info.js

.github/actions/src/install-deps/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ inputs:
1616

1717
runs:
1818
using: node20
19-
main: ../dist/install-deps.js
19+
main: ../../dist/install-deps.js

0 commit comments

Comments
 (0)