Skip to content

Create memory_merge.yaml #48

Create memory_merge.yaml

Create memory_merge.yaml #48

Workflow file for this run

name: memory_merge
on:
push:
paths:
- '**/*.md'
- '**/*.txt'
- '**/*.yaml'
- '**/*.xml'
- '**/*.pdf'
jobs:
merge_memory:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Executa Merge de Memoria
run: curl -X POST http://localhost:1000/merge-memory -H 'Content-Type: application/json' -d {"source": "file", "content": "Arquivo modificado via workflow"}

Check failure on line 17 in .github/workflows/memory_merge.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/memory_merge.yaml

Invalid workflow file

You have an error in your yaml syntax on line 17