This commit is contained in:
CodeDevMLH
2026-01-07 00:09:41 +01:00
parent 3581b8cbb2
commit 16c4e0f29b
2 changed files with 6 additions and 0 deletions

View File

@@ -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 }}"

View File

@@ -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 }}"