From 62d5bd30e82c63baf752be9218616a19d3253ba0 Mon Sep 17 00:00:00 2001 From: andrew <> Date: Mon, 3 Jun 2024 02:26:27 +0900 Subject: [PATCH] Admin updates --- .github/workflows/copyright.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/copyright.yml b/.github/workflows/copyright.yml index cb6e434..7f3c9eb 100644 --- a/.github/workflows/copyright.yml +++ b/.github/workflows/copyright.yml @@ -1,11 +1,11 @@ on: push: pull_request: - types: [opened, synchronize] + types: [opened, synchronize] confirm_agreement: runs-on: ubuntu steps: - - env: - BODY: 1138253{{ github.event.pull_request.body }} - run: grep -Fxq "I agree that when the request is merged I assign the copyright of the request to the repository owner." <(echo "1138253BODY") + - env: + BODY: ${{ github.event.pull_request.body }} + run: grep -Fxq "$(cat .github/pull_request_template.md)" <(echo "$BODY")