From 06af68ec15bdc73535cb0583492275f0cd700a10 Mon Sep 17 00:00:00 2001 From: Jonas Date: Thu, 29 Jan 2026 14:45:36 +0100 Subject: [PATCH] fix(ci): needs.input.outputs.head_ref not defined Signed-off-by: Jonas --- .github/workflows/update-node-dist.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/update-node-dist.yml b/.github/workflows/update-node-dist.yml index 4837b29ef6e..ad1c5812afa 100644 --- a/.github/workflows/update-node-dist.yml +++ b/.github/workflows/update-node-dist.yml @@ -80,9 +80,7 @@ jobs: - name: Add and commit if: steps.changes.outputs.CHANGED != '' - env: - HEAD_REF: ${{ needs.init.outputs.head_ref }} run: | git add --force js/ css/ git commit --signoff -m 'chore(assets): recompile assets' - git push origin "$HEAD_REF" + git push origin ${{ github.head_ref }}