Skip to content

Commit

Permalink
chore: add inputs CONTENT for release-kbcli-tag (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
JashBook authored Dec 27, 2023
1 parent a32e839 commit 9482a55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release-kbcli-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ on:
type: string
required: false
default: 'main'
CONTENT:
description: 'the request content'
type: string
required: false
default: ''

env:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
with:
VERSION: "${{ needs.get-version.outputs.release-version }}-cloud"
APECD_REF: ${{ inputs.APECD_REF }}
CONTENT: ${{ inputs.CONTENT }}
secrets: inherit

release-message:
Expand Down

0 comments on commit 9482a55

Please sign in to comment.