Skip to content

Commit

Permalink
test: teste de event
Browse files Browse the repository at this point in the history
  • Loading branch information
leguass7 committed Nov 16, 2024
1 parent eef87e6 commit 068e1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
OPENAI_ASSISTANT_ID: ${{ secrets.OPENAI_ASSISTANT_ID }}
exclude: '**/*.json, **/*.md, **/*.map, **/*.lock.json'
exclude: '**/*.json, **/*.md, **/*.map, **/*.lock.json, dist/**/*.js'

# Use the output from the `hello` step
- name: Get the output
Expand Down

0 comments on commit 068e1f5

Please sign in to comment.