mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-22 20:03:04 +00:00
Merge pull request #75 from prometheus-community/superq/fix_run
fix: version bumper action
This commit is contained in:
commit
83ac6837ef
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…
Reference in a new issue