From fa32e1f7f7d3deabb74b28705f2c73bd121a454b Mon Sep 17 00:00:00 2001 From: andrew <> Date: Mon, 3 Jun 2024 02:42:40 +0900 Subject: [PATCH] Admin updates --- .github/workflows/copyright.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/copyright.yml b/.github/workflows/copyright.yml index 91aa6cf..d6b0545 100644 --- a/.github/workflows/copyright.yml +++ b/.github/workflows/copyright.yml @@ -6,6 +6,9 @@ jobs: confirm_agreement: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v2 - env: BODY: ${{ github.event.pull_request.body }} - run: grep -Fxq "$(cat .github/pull_request_template.md)" <(echo "$BODY") + run: | + set -xeu + grep -Fxq "$(cat .github/pull_request_template.md)" <(echo "$BODY")