Skip to content

Commit

Permalink
Merge pull request #7 from Murithijoshua/main
Browse files Browse the repository at this point in the history
(chore): changes
  • Loading branch information
Murithijoshua authored Mar 20, 2024
2 parents 9b5eabc + 072e31a commit 07abdcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
# Use docker.io for Docker Hub if empty
REGISTRY: docker.io
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }}
IMAGE_NAME: 'mestrikle/ushauri_api'

jobs:

Expand Down
2 changes: 1 addition & 1 deletion routes/processes/nishauri_chatbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ def chat_nishauri(question):
#print('re');

# call the function and pass variables to it
chat_nishauri(question);
chat_nishauri(question);

0 comments on commit 07abdcd

Please sign in to comment.