Skip to content

Commit

Permalink
Updated README macros
Browse files Browse the repository at this point in the history
  • Loading branch information
lfre committed Aug 20, 2019
1 parent 54449c7 commit af99765
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,16 @@ There are 3 required fields: `baseUrl`, `ci`, and `type`. Lightkeeper is a budge
| Macro | Details |
| ---- | ------ |
| `{pr_number}` | The Pull Request Number. |
| `{repo}` | A slugified repo name. |
| `{branch}` | A slugified branch name. |
| `{repo}` | A _slugified_ repo name. |
| `{branch}` | A _slugified_ branch name. |
| `{commit_hash}` | The full commit SHA. |
| `{commit_hash:n}` | A trimmed SHA, where `n` is a digit. |
| *`{target_url}` | The target url from the Github Response. |
| **`{environment_url}` | The url from the Deployment status. |

\* Available for statuses and deployments.
\** Available for deployments.

\** Available for deployments only.

- Replace `ci` and `type` for your CI tool. Examples:

Expand Down

1 comment on commit af99765

@vercel
Copy link

@vercel vercel bot commented on af99765 Aug 20, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.