Skip to content

Commit

Permalink
workflows: test message input
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 authored Jul 24, 2020
1 parent a40eb3a commit 5563c7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
uses: ./
with:
token: ${{secrets.TOKEN}}
message: test
formula: test-formula-url, test-formula-git-revision
tap: dawidd6/test
force: true
Expand All @@ -67,6 +68,9 @@ jobs:
uses: ./
with:
token: ${{secrets.TOKEN}}
message: |
First line
SECOND LINE
tap: dawidd6/test
force: true
livecheck: true

0 comments on commit 5563c7e

Please sign in to comment.