chore: update decorate-pr action version to v1.0.1 in examples

This commit is contained in:
Micheal Wilkinson
2026-03-21 12:51:50 +00:00
parent 821802c0c4
commit 3e384dd8a3
2 changed files with 4 additions and 4 deletions

View File

@@ -158,12 +158,12 @@ jobs:
- name: Run tests with coverage
run: go test -covermode=atomic -coverprofile=coverage.out ./...
- id: badge
uses: git.hrafn.xyz/aether/vociferate/coverage-badge@v1.0.0
uses: git.hrafn.xyz/aether/vociferate/coverage-badge@v1.0.1
with:
artefact-bucket-name: ${{ vars.ARTEFACT_BUCKET_NAME }}
artefact-bucket-endpoint: ${{ vars.ARTEFACT_BUCKET_ENDPONT }}
- name: Decorate PR
uses: git.hrafn.xyz/aether/vociferate/decorate-pr@v1.0.0
uses: git.hrafn.xyz/aether/vociferate/decorate-pr@v1.0.1
with:
coverage-percentage: ${{ steps.badge.outputs.total }}
badge-url: ${{ steps.badge.outputs.badge-url }}