1
0

http method fixed

This commit is contained in:
2026-01-27 10:17:58 +01:00
parent 2793805c40
commit b1c7420aeb

View File

@@ -49,7 +49,7 @@ tasks:
args: args:
- "-sS" - "-sS"
- "-X" - "-X"
- "POST" - "PUT"
- "-H" - "-H"
- "Authorization: token $(decrypt(gitToken,keyfile))" - "Authorization: token $(decrypt(gitToken,keyfile))"
- "-H" - "-H"
@@ -64,7 +64,7 @@ tasks:
args: args:
- "-sS" - "-sS"
- "-X" - "-X"
- "POST" - "PUT"
- "-H" - "-H"
- "Authorization: token $(decrypt(gitToken,keyfile))" - "Authorization: token $(decrypt(gitToken,keyfile))"
- "-H" - "-H"