Skip to content

Commit

Permalink
fix(GHA): remove chalk overrides from error annotations (#466)
Browse files Browse the repository at this point in the history
* chore: temporarily set failed validation output

* chore: identify color support

* fix: try this

* fix: try not forcing color

* chore: try this instead

* chore: try level 2

* chore: try level 3

* chore: try level 1

* chore: remove `FORCE_COLOR` var

* chore: try level 0

* chore: try handrolling `::error::` formatting

* chore: remove newlines, set FORCE_COLOR to 1

* revert: restore old bin/rdme, remove `FORCE_COLOR`

* revert: restore passing CI
  • Loading branch information
kanadgupta authored Mar 3, 2022
1 parent 41d7597 commit 0c7e364
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,3 @@ runs:
- name: Execute rdme command
run: ${{ github.action_path }}/bin/rdme ${{ inputs.rdme }}
shell: bash
env:
FORCE_COLOR: '1'

0 comments on commit 0c7e364

Please sign in to comment.