Skip to content

Commit

Permalink
Fiks relativ path til action frå action.
Browse files Browse the repository at this point in the history
  • Loading branch information
josstn committed Jun 3, 2024
1 parent 1366714 commit 3b840d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
runs:
using: composite
steps:
- uses: ../setup-yarnrc
- uses: ./.github/actions/setup-yarnrc
with:
npmAuthToken: ${{ inputs.npmAuthToken }}

Expand Down

0 comments on commit 3b840d5

Please sign in to comment.