Skip to content

Commit 9e27606

Browse files
authored
chore: remove deprecated set-output command (#1)
1 parent e991a02 commit 9e27606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ runs:
3939
- name: Running Prettier
4040
id: prettier-run
4141
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 }})"
42+
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
4343

4444
- name: Fail On Error
4545
id: fail-on-error

0 commit comments

Comments
 (0)