diff --git a/.gitea/workflows/release_automation.yml b/.gitea/workflows/release_automation.yml index 9902799..3eceaa5 100644 --- a/.gitea/workflows/release_automation.yml +++ b/.gitea/workflows/release_automation.yml @@ -195,6 +195,9 @@ jobs: run: | cd seasonal-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 66bfbed..c3b081c 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 }}"