chris-peterson / pwsh-gitlab

:computer: PowerShell module for GitLab
MIT License
22 stars 10 forks source link

Adding variables support to New-GitlabPipeline #76

Closed CaseyMacPherson closed 1 year ago

CaseyMacPherson commented 1 year ago

Added support for passing a set of Variables via an Object[]

Changed the Invoke arguments to use a body to post the request. Query parameters using their variables notation was sporty and just looks wrong to me ;)

Closes #75

chris-peterson commented 1 year ago

Thanks @CaseyMacPherson