Skip to content

Commit

Permalink
[github] fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed Oct 31, 2024
1 parent 872b511 commit 15323a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/apps-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
env:
HAL9_TOKEN: ${{ secrets.HAL9_TOKEN }}
- name: Deploy Swarm
run: hal9 deploy apps/openai --name swarm --access public --title Swarm --description "Makes use of OpenAI Swarm"
run: hal9 deploy apps/swarm --name swarm --access public --title Swarm --description "Makes use of OpenAI Swarm"
env:
HAL9_TOKEN: ${{ secrets.HAL9_TOKEN }}

0 comments on commit 15323a7

Please sign in to comment.