Skip to content

Commit

Permalink
fixed sample workflow to add title (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
okuzawats authored Sep 12, 2022
1 parent a38c902 commit b884161
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ jobs:
- name: set arguments
id: arguments
run: |
echo '::set-output name=title::"what time is it now?"'
echo '::set-output name=message::"it is ${{ env.CURRENT_DATETIME }} now."'
- uses: okuzawats/[email protected]
with:
apiToken: ${{ secrets.API_KEY }}
roomId: ${{ secrets.ROOM_ID }}
title: ${{ steps.arguments.outputs.title }}
message: ${{ steps.arguments.outputs.message }}

0 comments on commit b884161

Please sign in to comment.