Skip to content

Commit

Permalink
ci: lift $TERM to env clause
Browse files Browse the repository at this point in the history
  • Loading branch information
KisaragiEffective committed May 30, 2024
1 parent 30e3c36 commit 76d09ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validate-renovate-custom-managers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: check
env:
# `tput` complains that there are no default value
TERM: xterm
run: |
if [ -z "$TERM" ]; then
export TERM=xterm
fi
root_file="$(mktemp)"
git_root="$(git rev-parse --show-toplevel)"
jq '[.customManagers | .[] | select(.customType == "regex")]' < "$git_root/renovate.json" > "$root_file"
Expand Down

0 comments on commit 76d09ef

Please sign in to comment.