We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9428d1b commit 3475052Copy full SHA for 3475052
.github/actions/setup-node/action.yaml
@@ -49,7 +49,7 @@ inputs:
49
log-resolution:
50
description: Prints a brief summary of how the Node version was resolved.
51
required: false
52
- default: "false"
+ default: "true"
53
54
registry-url:
55
description: Optional registry URL for auth (passed through to actions/setup-node).
.github/workflows/prettier-format-check.yaml
@@ -37,7 +37,6 @@ jobs:
37
with:
38
node-version: ${{ inputs.node-version }}
39
cache: ${{ inputs.cache-dependency-manager }}
40
- log-resolution: true
41
42
- name: Check Formatting
43
run: npx prettier@${{ inputs.prettier-version }} --check ${{ inputs.check-path }}
0 commit comments