Skip to content

Commit

Permalink
Test deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
aamend committed Mar 8, 2024
1 parent c007e7a commit cb0410f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
Accelerator(
db_host=db_host,
db_token=db_token,
db_path=${{ github.event.inputs.path }},
db_name=${{ github.event.repository.name }},
db_path='${{ github.event.inputs.path }}',
db_name='${{ github.event.repository.name }}',
).release()
shell: python
Expand Down

0 comments on commit cb0410f

Please sign in to comment.