Fix typo

Signed-off-by: Fran Mulero <fmulero@vmware.com>
This commit is contained in:
Fran Mulero 2022-09-16 11:55:20 +02:00 committed by GitHub
parent 5d4286de1e
commit 85c8b0324f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 }}