Skip to content

Commit

Permalink
Fixed variables
Browse files Browse the repository at this point in the history
  • Loading branch information
dejanmiletic89 committed Aug 16, 2023
1 parent e5d615a commit 8c2082e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/integrationTests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ runs:
shell: bash
env:
CI: true
PINECONE_API_KEY: ${{ pinecone_api_key }}
PINECONE_ENVIRONMENT: ${{ pinecone_environment }}
PINECONE_API_KEY: $pinecone_api_key
PINECONE_ENVIRONMENT: $pinecone_environment
PINECONE_INDEX: "semantic-search-testing"
run: npm run test
- name: "Report Coverage"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regularCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Regular Check
on:
schedule:
#Run at 10:10 on Monday.
- cron: 10 10 * * MON"
- cron: "10 10 * * MON"
workflow_dispatch: {}
workflow_call:
secrets:
Expand Down

0 comments on commit 8c2082e

Please sign in to comment.