[GHA] Minor adjustments to GCP backup workflows

This commit is contained in:
aboyko
2024-07-16 16:46:17 -04:00
parent e23b2be87b
commit 2019ec31a4
2 changed files with 11 additions and 0 deletions

View File

@@ -1,6 +1,16 @@
name: Backup Eclipse Releases to GCP
on:
workflow_call:
inputs:
ls_version:
description: The suffix of the p2 repo URL in S3 (i.e. 2023-11-01)
required: true
type: string
release_version:
description: Release version (i.e. 4.20.1.RELEASE)
required: true
type: string
workflow_dispatch:
inputs:
ls_version:

View File

@@ -43,6 +43,7 @@ jobs:
with:
ls_version: ${{ inputs.ls_version }}
release_version: ${{ inputs.release_version }}.RELEASE
secrets: inherit
# create-github-release:
# uses: ./.github/workflows/create-gh-release.yml