Skip to content

Commit

Permalink
ci: try exporting $TERM
Browse files Browse the repository at this point in the history
  • Loading branch information
KisaragiEffective committed May 30, 2024
1 parent 4f26c1f commit 30e3c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-renovate-custom-managers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: check
run: |
if [ -z "$TERM" ]; then
TERM=xterm
export TERM=xterm
fi
root_file="$(mktemp)"
git_root="$(git rev-parse --show-toplevel)"
Expand Down

0 comments on commit 30e3c36

Please sign in to comment.