From 16c4e0f29b28dd1bfcf7fc2e5fec880ca1e053d7 Mon Sep 17 00:00:00 2001 From: CodeDevMLH <145071728+CodeDevMLH@users.noreply.github.com> Date: Wed, 7 Jan 2026 00:09:41 +0100 Subject: [PATCH] fix link --- .gitea/workflows/release_automation.yml | 3 +++ .github/workflows/release_automation.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.gitea/workflows/release_automation.yml b/.gitea/workflows/release_automation.yml index 93bcbee..0e77131 100644 --- a/.gitea/workflows/release_automation.yml +++ b/.gitea/workflows/release_automation.yml @@ -120,6 +120,9 @@ jobs: run: | cd central-manifest + REPO_OWNER="${{ github.repository_owner }}" + REPO_NAME="${{ github.event.repository.name }}" + # 1. Get info from previous steps VERSION="${{ env.VERSION }}" HASH="${{ env.ZIP_HASH }}" diff --git a/.github/workflows/release_automation.yml b/.github/workflows/release_automation.yml index a28f0ed..e3f4e0a 100644 --- a/.github/workflows/release_automation.yml +++ b/.github/workflows/release_automation.yml @@ -118,6 +118,9 @@ jobs: run: | cd central-manifest + REPO_OWNER="${{ github.repository_owner }}" + REPO_NAME="${{ github.event.repository.name }}" + # 1. Get info from previous steps VERSION="${{ env.VERSION }}" HASH="${{ env.ZIP_HASH }}"