From 9acce58209b650acd97ded95d829f87987a02bdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Guilloux?= Date: Mon, 4 May 2026 16:22:58 +0200 Subject: [PATCH] Fix 7c1b1df: Use the correct output variable --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5e03dbe..0ee20f8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -55,4 +55,4 @@ jobs: -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \ -H "X-GitHub-Api-Version: 2026-03-10" \ ${{ steps.deployment.outputs.url }} \ - -d '{"state":"${{ job.status }}","log_url":"${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}","environment_url":"${{ steps.pages.outputs.pages-deployment-alias-url }}","auto_inactive":false}' + -d '{"state":"${{ job.status }}","log_url":"${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}","environment_url":"${{ steps.pages.outputs.pages-deployment-alias-url || steps.pages.outputs.deployment-url }}","auto_inactive":false}'