Skip to content

Commit

Permalink
cicd: Added tasks input
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Feb 28, 2024
1 parent 8470999 commit c0d8e99
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,20 @@ on:
branch:
description: 'Branch'
default: 'master'
required: true

required: false
tasks:
description: 'Tasks'
default: 'build aggregateTestReports publish'
required: false

jobs:
release:
name: Release
uses: redis-field-engineering/redis-github-workflows/.github/workflows/release.yml@main
with:
branch: ${{ github.event.inputs.branch }}
version: ${{ github.event.inputs.version }}
tasks: ${{ github.event.inputs.tasks }}
secrets:
github-token: ${{ secrets.GIT_ACCESS_TOKEN }}
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }}
Expand Down

0 comments on commit c0d8e99

Please sign in to comment.