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:
SuperQ 2023-05-16 11:11:40 +02:00
parent 8f6a73e370
commit e28a1b9626
No known key found for this signature in database
GPG key ID: C646B23C9E3245F1

View file

@ -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 }}