chore(action): remove unnecessary values
All checks were successful
build dev image / build-dev (push) Successful in 5m12s

This commit is contained in:
sujiba 2024-07-08 22:28:06 +02:00
parent eebfc49be6
commit 1d48b1d788

View file

@ -132,4 +132,4 @@ jobs:
echo $body
# Create release
curl -d "{\"body\": \"$body\", \"draft\": false, \"name\": \"$RELEASE\", \"prerelease\": false, \"tag_name\": \"$RELEASE\", \"target_commitish\": \"main\" }" https://git.smail.koeln/api/v1/repos/homelab/docker-ownDynDNS-netcup/release -H "Authorization: token $GH_TOKEN" -H "Content-Type: application/json"
curl -d "{\"body\": \"$body\", \"tag_name\": \"$RELEASE\", \"target_commitish\": \"main\" }" https://git.smail.koeln/api/v1/repos/homelab/docker-ownDynDNS-netcup/release -H "Authorization: token $GH_TOKEN" -H "Content-Type: application/json"