Skip to content

Commit ab32dda

Browse files
committed
fixed typo in github actions
1 parent 90c9dcb commit ab32dda

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy-backend-to-hf.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,5 @@ jobs:
6565
git push origin main
6666
6767
- name: ✅ Done
68-
run: echo "Backend deployed to Hugging Face Space: https://huggingface.co/spaces/${HF_USER}/${HF_REPO}"
68+
run: |
69+
echo "Backend deployed to Hugging Face Space: https://huggingface.co/spaces/${HF_USER}/${HF_REPO}"

0 commit comments

Comments
 (0)