Skip to content

Commit

Permalink
Add option to specify git commit message in Waroom
Browse files Browse the repository at this point in the history
Deployment Tracking action
  • Loading branch information
rrreeeyyy committed Nov 8, 2023
1 parent daba12b commit 21618e0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@ To use this action, add the following code to your workflow file:
environment: 'production'
```
If you want to specify `description` as git commit message, you can use the following code:

```yaml
- name: Waroom Deployment Tracking
uses: topotal/waroom-deployment-tracking-action@v1
with:
organization: 'your-waroom-organization'
service: 'your-waroom-service'
key: ${{ secrets.WAROOM_DEPLOYMENT_INTEGRATION_KEY }}
environment: 'production'
description: ${{ github.event.head_commit.message }}
```

## Inputs

- `organization`: The Waroom organization name (required).
Expand Down

0 comments on commit 21618e0

Please sign in to comment.