off by one

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso 2025-03-21 10:40:30 -04:00
parent db6d424aaa
commit f730326814
No known key found for this signature in database

View file

@ -57,6 +57,8 @@ jobs:
id: build
run: |
go run ./cmd/containerbuild --docker-repo ghcr.io/techarohq/anubis --slog-level debug
env:
PULL_REQUEST_ID: ${{ github.event.number }}
- name: "Comment about where to test this"
uses: thollander/actions-comment-pull-request@v3