Skip to content

Commit

Permalink
chore: remove deprecated set-output command (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Mar 2, 2023
1 parent e991a02 commit 9e27606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ runs:
- name: Running Prettier
id: prettier-run
shell: bash
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

- name: Fail On Error
id: fail-on-error
Expand Down

0 comments on commit 9e27606

Please sign in to comment.