From a57b0460012c92b2864b53e37ea901ea21670451 Mon Sep 17 00:00:00 2001 From: prombot Date: Tue, 21 Mar 2023 09:45:45 +0100 Subject: [PATCH] Fix version bumper action Fix version bumper step, needs a `run` when not using `uses`. Signed-off-by: prombot --- .github/workflows/version_bumper.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/version_bumper.yml b/.github/workflows/version_bumper.yml index c9cd85ab..9134d1f4 100644 --- a/.github/workflows/version_bumper.yml +++ b/.github/workflows/version_bumper.yml @@ -20,8 +20,7 @@ jobs: - name: Get repos for each role id: discovered-role-repos - with: - cmd: ./.github/scripts/discover_role_repos.sh + run: ./.github/scripts/discover_role_repos.sh check_for_new_versions: runs-on: ubuntu-latest