Skip to content

DOC-6957 Add Ruby array data type examples #473

DOC-6957 Add Ruby array data type examples

DOC-6957 Add Ruby array data type examples #473

Workflow file for this run

name: Repo Memory
on:
push:
branches-ignore:
- main
pull_request:
types:
- opened
- synchronize
permissions:
pull-requests: write
contents: read
statuses: write
jobs:
memory:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- uses: redis-learn/redis-repo-memory@v1.0.4
continue-on-error: true
with:
redis-url: ${{ secrets.MEMORY_REDIS_URL }}
openai-api-key: ${{ secrets.OPENAI_API_KEY }}
github-token: ${{ github.token }}