From d98664e8e2c5e7ff417064b361d803110348c9b9 Mon Sep 17 00:00:00 2001 From: VGPReys Date: Mon, 22 Apr 2024 08:52:57 +0200 Subject: [PATCH] fix error in action --- .github/workflows/fair-software.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/fair-software.yml b/.github/workflows/fair-software.yml index e43261925..955f86fd3 100644 --- a/.github/workflows/fair-software.yml +++ b/.github/workflows/fair-software.yml @@ -10,13 +10,13 @@ on: jobs: if_merged: if: github.event.pull_request.merged - verify: - name: "fair-software" - runs-on: ubuntu-latest - steps: - - uses: fair-software/howfairis-github-action@0.2.1 - name: Measure compliance with fair-software.eu recommendations - env: - PYCHARM_HOSTED: "Trick colorama into displaying colored output" - with: - MY_REPO_URL: "https://github.com/${{ github.repository }}" + verify: + name: "fair-software" + runs-on: ubuntu-latest + steps: + - uses: fair-software/howfairis-github-action@0.2.1 + name: Measure compliance with fair-software.eu recommendations + env: + PYCHARM_HOSTED: "Trick colorama into displaying colored output" + with: + MY_REPO_URL: "https://github.com/${{ github.repository }}"