Skip to content

Commit

Permalink
Update readme example with specific event key
Browse files Browse the repository at this point in the history
  • Loading branch information
chasers committed Dec 15, 2020
1 parent b115045 commit bf0ca45
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ jobs:
api_key: ${{ secrets.LOGFLARE_API_KEY }}
source_id: ${{ secrets.LOGFLARE_SOURCE_ID }}
message: "new release: ${{ github.event.release.html_url }}"
metadata: ${{ toJSON(github.event) }}
metadata: |
{
"version": "${{ github.event.release.tag_name }}"
}
```
## Debugging
Expand Down

0 comments on commit bf0ca45

Please sign in to comment.