From 155ba35d00d89bc792a0da7305dcf7c5420ae426 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Tue, 24 Nov 2020 14:13:43 +1100 Subject: [PATCH] allow set-end for DISPLAY and LANG call on pull request --- .github/workflows/pull-request.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index c03f7a22d..2fe2119e0 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -75,8 +75,10 @@ jobs: sudo apt-get install -y hunspell-en-us sudo locale-gen en_US.UTF-8 sudo dpkg-reconfigure locales + echo "::stop-commands::`echo -n ${{ github.token }} | sha256sum | head -c 64`" echo ::set-env name=DISPLAY:::9.0 echo ::set-env name=LANG::en_US.UTF-8 + echo "::`echo -n ${{ github.token }} | sha256sum | head -c 64`::" - name: Test uses: GabrielBB/xvfb-action@v1.0