mirror of
https://github.com/prometheus-community/ansible
synced 2025-02-16 20:58:26 +00:00
Fix version bumper action
Fix version bumper step, needs a `run` when not using `uses`. Signed-off-by: prombot <prometheus-team@googlegroups.com>
This commit is contained in:
parent
bf538d2088
commit
a57b046001
1 changed files with 1 additions and 2 deletions
3
.github/workflows/version_bumper.yml
vendored
3
.github/workflows/version_bumper.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue