Skip to content

Commit 3b840d5

Browse files
committed
Fiks relativ path til action frå action.
1 parent 1366714 commit 3b840d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-install/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inputs:
88
runs:
99
using: composite
1010
steps:
11-
- uses: ../setup-yarnrc
11+
- uses: ./.github/actions/setup-yarnrc
1212
with:
1313
npmAuthToken: ${{ inputs.npmAuthToken }}
1414

0 commit comments

Comments
 (0)