actions-marketplace-validations/Create or Update Algolia Index Record
Create or update a record in an Algolia index. Useful for building indices of Github objects like Issues or Pull Requests from events.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| app_id | ID of this application in your Algolia account | yes | — |
| api_key | API key with write permissions to the index in your Algolia account | yes | — |
| index_name | Name of the index to write this record | yes | — |
| record | JSON record to write to this index (see https://www.algolia.com/doc/guides/sending-and-managing-data/prepare-your-data/#algolia-records for details) | yes | — |
Outputs
| name | description |
|---|---|
| object_id | The objectID returned from Algolia |