mirror of
https://github.com/prometheus-community/ansible
synced 2025-02-16 20:58:26 +00:00
fix: Checkout full branch for version updates
Use full checkout to make sure we get the correct main history. * Shorten name to make Actions page easier to read. Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
parent
8f6a73e370
commit
e28a1b9626
1 changed files with 1 additions and 4 deletions
5
.github/workflows/version_bumper.yml
vendored
5
.github/workflows/version_bumper.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
id: discover
|
||||
run: ./.github/scripts/discover_role_repos.sh >> "$GITHUB_OUTPUT"
|
||||
|
||||
check_for_new_versions:
|
||||
bump_role:
|
||||
runs-on: ubuntu-latest
|
||||
needs: discover-role-repos
|
||||
permissions:
|
||||
|
@ -36,7 +36,4 @@ jobs:
|
|||
include: ${{ fromJson(needs.discover-role-repos.outputs.role-repos) }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- run: ./.github/scripts/version_updater.sh ${{ matrix.repo }} ${{ matrix.role }}
|
||||
|
|
Loading…
Add table
Reference in a new issue