Skip to content

Commit

Permalink
add development workflow for task
Browse files Browse the repository at this point in the history
  • Loading branch information
Toshiki Okuzawa committed Oct 23, 2023
1 parent 71818c5 commit 25dd65f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,10 @@ jobs:
apiToken: ${{ secrets.API_KEY }}
roomId: ${{ secrets.ROOM_ID }}
message: ${{ steps.arguments.outputs.message }}
- uses: ./
with:
type: "task"
apiToken: ${{ secrets.API_KEY }}
roomId: ${{ secrets.ROOM_ID }}
message: "you have to do this task!"
userIdsToAssignTask: ${{ secrets.USER_ID_1 }}

0 comments on commit 25dd65f

Please sign in to comment.