Skip to content

Commit d0132cd

Browse files
committed
Fiks input bruk.
1 parent 1355c9e commit d0132cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ runs:
1313
corepack enable
1414
yarn config set npmScopes.navikt.npmRegistryServer "https://npm.pkg.github.com"
1515
yarn config set npmScopes.navikt.npmAlwaysAuth true
16-
yarn config set npmScopes.navikt.npmAuthToken ${ inputs.npmAuthToken }
16+
yarn config set npmScopes.navikt.npmAuthToken ${{ inputs.npmAuthToken }}

0 commit comments

Comments
 (0)