ci: fix pr-comment for forks (#10727)

This commit is contained in:
Marc 'risson' Schmitt
2024-08-01 20:47:43 +02:00
committed by GitHub
parent cf9a4a3c00
commit 50c76e86ac

View File

@ -285,6 +285,7 @@ jobs:
with:
image-name: ghcr.io/goauthentik/dev-server
- name: Comment on PR
if: ${{ steps.ev.outputs.shouldBuild == 'true' }}
uses: ./.github/actions/comment-pr-instructions
with:
tag: ${{ steps.ev.outputs.imageMainTag }}