From c084508b5870b1dabb4f8b95cfbb082c8018a29e Mon Sep 17 00:00:00 2001 From: Johannes Date: Tue, 29 Mar 2022 17:32:16 +0200 Subject: [PATCH] try to fix nextion2text for pull requests --- .github/workflows/nextion2text.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nextion2text.yml b/.github/workflows/nextion2text.yml index 97fb82a7..d962ee9d 100644 --- a/.github/workflows/nextion2text.yml +++ b/.github/workflows/nextion2text.yml @@ -20,8 +20,8 @@ jobs: steps: - uses: actions/checkout@v2 - with: - ref: ${{ github.head_ref }} +# with: +# ref: ${{ github.head_ref }} - name: Get last commit message id: last-commit-message