From 27711b162c1bbdfdd2c64c8ad89b0e85a30408de Mon Sep 17 00:00:00 2001 From: Thomas Sader Date: Sun, 16 Jun 2024 17:10:31 +0200 Subject: [PATCH] test --- .github/workflows/autotools.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/autotools.yml b/.github/workflows/autotools.yml index 6f5622d5b..50370d325 100644 --- a/.github/workflows/autotools.yml +++ b/.github/workflows/autotools.yml @@ -23,6 +23,8 @@ jobs: run: | for i in `find . -name configure`; do sed -i 's/From configure.ac .*//' $i; done - name: Check diff + env: + GH_TOKEN: ${{ github.token }} run: | git diff | tee .gitdiff if [ "${{ github.event_name }}" = "pull_request" ]; then