This commit is contained in:
@@ -68,7 +68,7 @@ jobs:
|
|||||||
|
|
||||||
# Submit game info to API
|
# Submit game info to API
|
||||||
echo "📤 Submitting game info to API..."
|
echo "📤 Submitting game info to API..."
|
||||||
curl --location 'http://senaai.tech:10000/api/games?title=null' \
|
curl --location 'http://localhost:10000/api/games/save-with-check' \
|
||||||
--header 'Content-Type: application/x-www-form-urlencoded' \
|
--header 'Content-Type: application/x-www-form-urlencoded' \
|
||||||
--data-urlencode "title=$GAME_TITLE" \
|
--data-urlencode "title=$GAME_TITLE" \
|
||||||
--data-urlencode "description=$GAME_DESC" \
|
--data-urlencode "description=$GAME_DESC" \
|
||||||
|
|||||||
Reference in New Issue
Block a user