Skip to content

Commit

Permalink
Encode the slash
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed Jun 1, 2024
1 parent 24df535 commit 7abe0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unitdb-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
steps:
- name: Send post request to the server
run: |
curl --fail-with-body -v -X POST https://unitdb.faforever.com/update.php?version=deploy/faf&token=${{secrets.UNITDB_UPGRADE_SECRET}}
curl --fail-with-body -v -X POST https://unitdb.faforever.com/update.php?version=deploy%2Ffaf&token=${{secrets.UNITDB_UPGRADE_SECRET}}

0 comments on commit 7abe0c7

Please sign in to comment.