We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
set-output
1 parent e991a02 commit 9e27606Copy full SHA for 9e27606
action.yml
@@ -39,7 +39,7 @@ runs:
39
- name: Running Prettier
40
id: prettier-run
41
shell: bash
42
- run: echo "::set-output name=prettier-output::$(prettier --list-different --config ${{ inputs.config_path }} --ignore-path ${{ inputs.ignore_path }} --no-error-on-unmatched-pattern ${{ inputs.file_pattern }})"
+ run: echo "prettier-output=$(prettier --list-different --config ${{ inputs.config_path }} --ignore-path ${{ inputs.ignore_path }} --no-error-on-unmatched-pattern ${{ inputs.file_pattern }})" >> $GITHUB_OUTPUT
43
44
- name: Fail On Error
45
id: fail-on-error
0 commit comments