Follow up #6637
Fix typo Signed-off-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
parent
5d4286de1e
commit
85c8b0324f
|
|
@ -32,6 +32,6 @@ jobs:
|
|||
with:
|
||||
project-name: Support
|
||||
# If the author comes from Bitnami, send it to Bitnami. Otherwise, all to Triage
|
||||
column-name: ${{ (!contains(fromJson(env.BITNAMI_TEAM), step.get-issue.outputs.author)) && 'Triage' || 'From Bitnami' }}
|
||||
column-name: ${{ (!contains(fromJson(env.BITNAMI_TEAM), steps.get-issue.outputs.author)) && 'Triage' || 'From Bitnami' }}
|
||||
token: "${{ secrets.BITNAMI_BOT_TOKEN }}"
|
||||
issue-number: ${{ github.event_name != 'issues' && github.event.number || github.event.issue.number }}
|
||||
issue-number: ${{ github.event_name != 'issues' && github.event.number || github.event.issue.number }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue