Skip to content

Commit

Permalink
feat: /build slash command added
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmoysrt committed May 16, 2024
1 parent d86a5cf commit 2471693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slash-build-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types: [created]
jobs:
comment_created_by_maintainer:
if: ${{ contains(github.event.comment.body, '/build') && github.actor == "tanmoysrt" }}
if: ${{ contains(github.event.comment.body, '/build') && github.actor == 'tanmoysrt' }}
runs-on: ubuntu-latest
steps:
- name: Check args
Expand Down

0 comments on commit 2471693

Please sign in to comment.