Skip to content

Commit

Permalink
chore: test bot
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 committed Feb 2, 2024
1 parent 458d3f9 commit da5e1c9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 99 deletions.
99 changes: 0 additions & 99 deletions .github/workflows/build_android_apk.yaml

This file was deleted.

17 changes: 17 additions & 0 deletions .github/workflows/build_bot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Slash Command Dispatch
on:
issue_comment:
types: [created]
jobs:
slashCommandDispatch:
runs-on: ubuntu-latest
steps:
- uses: peter-evans/slash-command-dispatch@v4
with:
token: ${{ secrets.PAT }}
commands: build

- name: output command and args
run: |
echo ${{ github.event.client_payload.slash_command.command }}
echo ${{ github.event.client_payload.slash_command.args.all }}

0 comments on commit da5e1c9

Please sign in to comment.