We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3039680 commit a09f5bdCopy full SHA for a09f5bd
build/action.yaml
@@ -45,7 +45,7 @@ runs:
45
env:
46
NPM_AUTH_TOKEN: ${{ inputs.npm-auth-token }}
47
NPM_TOKEN: ${{ inputs.npm-token }}
48
- - name: Run lint script (yarn)
+ - name: Run build script (yarn)
49
if: steps.install_dependencies.outputs.package-manager == 'yarn'
50
shell: bash
51
run: yarn ${{ inputs.build-script }}
0 commit comments