Skip to content

Commit

Permalink
updated contains in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
v-amolpatil committed Sep 21, 2023
1 parent 8ce7ff4 commit a560a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slash-command-armttk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
run-arm-ttk:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' && !github.event.pull_request.head.repo.fork && github.event.issue.pull_request && (contains(github.event.comment.body, '/armttk') || contains(github.event.comment.body, '/Armttk') || contains(github.event.comment.body, '/ARM-TTK') || contains(github.event.comment.body, '/ARMTTK') || contains(github.event.comment.body, '/arm-ttk') || contains(github.event.comment.body, '/ArmTtk')) }}
if: ${{ github.actor != 'dependabot[bot]' && !github.event.pull_request.head.repo.fork && github.event.issue.pull_request && contains(fromJson('["/armttk", "/Armttk", "/ARM-TTK", "/ARMTTK", "/arm-ttk", "/ArmTtk"]'), github.event.comment.body) }}
outputs:
solutionName: ${{ steps.step1.outputs.solutionName }}
mainTemplateChanged: ${{ steps.step1.outputs.mainTemplateChanged }}
Expand Down

0 comments on commit a560a74

Please sign in to comment.