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.
1 parent 21f5b97 commit 85773b0Copy full SHA for 85773b0
.github/actions/src/info/action.yml
@@ -12,4 +12,4 @@ outputs:
12
13
runs:
14
using: node20
15
- main: ../dist/info.js
+ main: ../../dist/info.js
.github/actions/src/install-deps/action.yml
@@ -16,4 +16,4 @@ inputs:
16
17
18
19
- main: ../dist/install-deps.js
+ main: ../../dist/install-deps.js
0 commit comments