mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-05 20:20:02 +00:00
[GHA] Set TERM=xterm
This commit is contained in:
parent
9c194b8516
commit
8157ff7f1c
1 changed files with 1 additions and 2 deletions
3
.github/workflows/action.yml
vendored
3
.github/workflows/action.yml
vendored
|
@ -18,8 +18,6 @@ jobs:
|
||||||
build:
|
build:
|
||||||
if: "!contains(github.event.head_commit.message, 'skip ci')"
|
if: "!contains(github.event.head_commit.message, 'skip ci')"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
|
||||||
TERM: xterm-256color
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
@ -35,4 +33,5 @@ jobs:
|
||||||
- name: Run build
|
- name: Run build
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
echo "export TERM=xterm" >> ~/.bashrc
|
||||||
./dev-tools/generate-files.sh
|
./dev-tools/generate-files.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue