Tiago Reis

Results 6 issues of Tiago Reis

v3 action fails because pipx is not on PATH ``` yaml name: Upload Python Package on: pull_request: branches: - main types: [opened, synchronize] release: types: [created, published] workflow_dispatch: jobs: publish:...

Allows initial CIDR to be set through the URL query parameter Example: `http://cidr.xyz/?ip=192.168.1.1/24`

Allow the use of `${{ github.actor }}` attribute in the comment-text param as `{{PR_ACTOR}}`, for example, to identify which user has submitted a review: ``` yaml on: pull_request_review: types: [submitted]...

Fixes #68 by explicitly calling `python3 -m pip install` Signed-off-by: Tiago Reis

Adds argument for overriding runtime service account

## Summary As mentioned in #350, Terraspace does not yet support dependency lock files for providers. To mitigate this, we can incorporate the command `terraspace providers lock` to output the...