Skip to content

Commit

Permalink
chore: fix syntax error in ci.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
kdurek committed Jul 28, 2024
1 parent 62bdbe0 commit 02eda5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@ jobs:
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer ${{ env.DOKPLOY_TOKEN }}' \
-d '{
"applicationId": "${{ env.DOKPLOY_APP }}",
"applicationId": "${{ env.DOKPLOY_APP }}"
}'

0 comments on commit 02eda5f

Please sign in to comment.