Update setup.md

This commit is contained in:
lowlighter
2021-05-17 19:34:14 +02:00
parent c694dcc3a1
commit dd85203b56

View File

@@ -72,6 +72,8 @@ Rendered metrics will be committed to your repository on each run.
If you wish to use new features as they're being released, you can switch from `@latest` to `@master`. If you wish to use new features as they're being released, you can switch from `@latest` to `@master`.
As the latter is used as a development branch, jobs may fail from time to time (although we try to mitigate this). As the latter is used as a development branch, jobs may fail from time to time (although we try to mitigate this).
For convenience, it is possible to use `@main` instead of `@master`.
When using a token with additional permissions, it is advised to fork this repository and use it instead to minimize security risks: When using a token with additional permissions, it is advised to fork this repository and use it instead to minimize security risks:
```yaml ```yaml
- uses: my-github-username/metrics@master - uses: my-github-username/metrics@master