Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit b884161

Browse files
authored
fixed sample workflow to add title (#9)
1 parent a38c902 commit b884161

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/example.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ jobs:
1515
- name: set arguments
1616
id: arguments
1717
run: |
18+
echo '::set-output name=title::"what time is it now?"'
1819
echo '::set-output name=message::"it is ${{ env.CURRENT_DATETIME }} now."'
1920
- uses: okuzawats/[email protected]
2021
with:
2122
apiToken: ${{ secrets.API_KEY }}
2223
roomId: ${{ secrets.ROOM_ID }}
24+
title: ${{ steps.arguments.outputs.title }}
2325
message: ${{ steps.arguments.outputs.message }}

0 commit comments

Comments
 (0)