From 76d74cd9f4431484bcd92b3dc9665102b2258372 Mon Sep 17 00:00:00 2001 From: Masgalor Date: Wed, 21 Aug 2024 11:50:00 +0000 Subject: [PATCH] Update release_bugfix.yml --- .github/workflows/release_bugfix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_bugfix.yml b/.github/workflows/release_bugfix.yml index ec99eef0..ab5bdbaa 100644 --- a/.github/workflows/release_bugfix.yml +++ b/.github/workflows/release_bugfix.yml @@ -21,7 +21,7 @@ jobs: - name: Get the repository state uses: ./.github/actions/repo-state id: repo-state - - name: Check if there new commits to release or add one if necessary + - name: Check if there are new commits to release or add one if necessary if: steps.repo-state.outputs.commits <= 0 run: | echo "::warning ::There was nothing to release. So an empty commit was created automatically."