Skip to content

Commit

Permalink
[GHA] Minor adjustments to GCP backup workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
BoykoAlex committed Jul 16, 2024
1 parent e23b2be commit 2019ec3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/backup-eclipse-releases-to-gcp.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-eclipse-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2019ec3

Please sign in to comment.