Skip to content

Commit

Permalink
fix some format
Browse files Browse the repository at this point in the history
  • Loading branch information
okuzawats committed Jul 1, 2024
1 parent 31f8ff5 commit 18c4b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: "set arguments"
id: "arguments"
run: |
echo "::set-output name=message::"[info][title](beer)what time is it now?[/title]it is ${{ env.CURRENT_DATETIME }} now.[/info]""
echo '::set-output name=message::"[info][title](beer)what time is it now?[/title]it is ${{ env.CURRENT_DATETIME }} now.[/info]"'
- uses: ./
with:
apiToken: ${{ secrets.API_KEY }}
Expand Down

0 comments on commit 18c4b70

Please sign in to comment.