From 9b739fa4e9ced9131bab4a17c04ad63121fdca79 Mon Sep 17 00:00:00 2001 From: Katsute <58778985+Katsute@users.noreply.github.com> Date: Sat, 4 Dec 2021 13:46:36 -0500 Subject: [PATCH] Revert "require signoff" This reverts commit 3c2a73fbf302bfc55fea537634c5dd4bfe7f3173. --- .github/workflows/mal_ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/mal_ci.yml b/.github/workflows/mal_ci.yml index df08340a..696dbb8e 100644 --- a/.github/workflows/mal_ci.yml +++ b/.github/workflows/mal_ci.yml @@ -16,7 +16,6 @@ jobs: java: [8, 11, 17] fail-fast: false max-parallel: 1 - environment: MyAnimeList CI steps: - name: 📤 Checkout Repository uses: actions/checkout@v2.4.0 @@ -39,4 +38,4 @@ jobs: echo ${{ secrets.MAL_TOKEN }} > src/test/java/resources/token.txt - name: ✔ Test with Maven - run: mvn test -fae --no-transfer-progress + run: mvn test -fae --no-transfer-progress \ No newline at end of file