Skip to content

Commit f7900b2

Browse files
committed
feat: bump version in readme
1 parent da553eb commit f7900b2

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ See the PostHog documentation for end-to-end guidance: [Upload source maps](http
1111

1212
## Inputs
1313

14-
| **Name** | **Required** | **Description** |
15-
| ---------------------- | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------- |
16-
| `directory` | Yes | Directory containing built assets (e.g., `dist`) |
17-
| `env-id` | Yes | PostHog environment ID. See [environment settings](https://app.posthog.com/settings/environment#variables) |
18-
| `cli-token` | Yes | PostHog CLI token with error tracking write scope. See [API key settings](https://app.posthog.com/settings/user-api-keys#variables) |
19-
| `project` | No | Project identifier. If not provided, the action tries to read the Git repository name. If it cannot determine a value, the action fails |
20-
| `version` | No | Release/version (e.g., commit SHA). If not provided, the action uses the current commit SHA. If it cannot determine a value, the action fails |
21-
| `host` | No | PostHog host URL. If you use the US cloud, you don't need to set this. For the EU cloud, set `https://eu.posthog.com` |
22-
| `delete-after-upload` | No | Whether to delete the source map files after uploading them (default: `false`) |
23-
| `skip-ssl-verification`| No | Whether to skip SSL verification when uploading chunks - only use when using self-signed certificates for self-deployed instances (default: `false`) |
24-
| `batch-size` | No | The maximum number of chunks to upload in a single batch (default: 50) |
25-
| `ignore` | No | One or more directory glob patterns to ignore (comma-separated, e.g., `node_modules,*.test.js`) |
14+
| **Name** | **Required** | **Description** |
15+
| ----------------------- | ------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
16+
| `directory` | Yes | Directory containing built assets (e.g., `dist`) |
17+
| `env-id` | Yes | PostHog environment ID. See [environment settings](https://app.posthog.com/settings/environment#variables) |
18+
| `cli-token` | Yes | PostHog CLI token with error tracking write scope. See [API key settings](https://app.posthog.com/settings/user-api-keys#variables) |
19+
| `project` | No | Project identifier. If not provided, the action tries to read the Git repository name. If it cannot determine a value, the action fails |
20+
| `version` | No | Release/version (e.g., commit SHA). If not provided, the action uses the current commit SHA. If it cannot determine a value, the action fails |
21+
| `host` | No | PostHog host URL. If you use the US cloud, you don't need to set this. For the EU cloud, set `https://eu.posthog.com` |
22+
| `delete-after-upload` | No | Whether to delete the source map files after uploading them (default: `false`) |
23+
| `skip-ssl-verification` | No | Whether to skip SSL verification when uploading chunks - only use when using self-signed certificates for self-deployed instances (default: `false`) |
24+
| `batch-size` | No | The maximum number of chunks to upload in a single batch (default: 50) |
25+
| `ignore` | No | One or more directory glob patterns to ignore (comma-separated, e.g., `node_modules,*.test.js`) |
2626

2727
## Example usage
2828

@@ -48,7 +48,7 @@ jobs:
4848

4949
# Inject and upload source maps using this action
5050
- name: Inject & upload source maps to PostHog
51-
uses: PostHog/[email protected]
51+
uses: PostHog/[email protected].1
5252
with:
5353
directory: dist
5454
env-id: ${{ secrets.POSTHOG_ENV_ID }}

0 commit comments

Comments
 (0)