From 2ae389af3e1ead4ac34c9d752078efb5df02b56b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?A=CC=81lvaro=20Manera?= Date: Mon, 8 Mar 2021 15:57:21 +0100 Subject: [PATCH] the news hook needs v1 that pulls more history and not just one commit --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 511d2d74b6..0485ebb6ce 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-16.04 steps: - name: Checkout current repository - uses: actions/checkout@v2 + uses: actions/checkout@v1 - name: Check NEWS.md was updated run: if git diff $(git merge-base $(git rev-parse HEAD) origin/master) --name-only | grep NEWS.md > /dev/null; then exit 0; else exit 1; fi