diff --git a/.forgejo/workflows/jekyll.yaml b/.forgejo/workflows/jekyll.yaml index cf58ab0..87b2942 100644 --- a/.forgejo/workflows/jekyll.yaml +++ b/.forgejo/workflows/jekyll.yaml @@ -58,7 +58,7 @@ jobs: id: deploy_site if: ${{ ! forge.event.pull_request.head.repo.fork }} run: | - echo '${{ toJson(forge.event.pull_request.head.repo) }}' + echo '${{ toJson(event.forge.pull_request.head.repo) }}' if [ "${{ forge.ref }}" = 'refs/heads/main' ]; then WEB_ROOT="${WEB_DIR}/live" WEB_VHOST="home.of.${WEB_DOMAIN}"