Skip to content

Commit 0c7e364

Browse files
authored
fix(GHA): remove chalk overrides from error annotations (#466)
* 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
1 parent 41d7597 commit 0c7e364

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,3 @@ runs:
2424
- name: Execute rdme command
2525
run: ${{ github.action_path }}/bin/rdme ${{ inputs.rdme }}
2626
shell: bash
27-
env:
28-
FORCE_COLOR: '1'

0 commit comments

Comments
 (0)