Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsoncarmozinezup committed Aug 26, 2024
1 parent 1398f40 commit 9afd1a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
PATH_TO_MOUNT: path/to/mount
BASE_PATH_OUTPUT: path/to/save/file # not mandatory
CHECKOUT_BRANCH: 'true' # not mandatory
CONTAINER_URL: my/container-url # not mandatory
```
* * *
Expand All @@ -68,7 +67,6 @@ Field | Mandatory | Observation
**RUN_TASK_ID** | YES | StackSpot Runtime task id to be executed, according to [runtime-manager-action](https://github.com/stack-spot/runtime-manager-action).
**BASE_PATH_OUTPUT** | NO | Folder path to save the iac.zip generated by the action.
**CHECKOUT_BRANCH** | NO | Whether or not checkout is enabled. (default: `'false'`)
**CONTAINER_URL** | NO | Container url reference (e.g `stackspot/image`)

* * *

Expand Down
5 changes: 2 additions & 3 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ inputs:
required: false
default: 'false'


runs:
using: "composite"
steps:
Expand Down Expand Up @@ -78,8 +77,8 @@ runs:
-e AUTHENTICATE_CLIENT_ID=${{ inputs.CLIENT_ID }} \
-e AUTHENTICATE_CLIENT_SECRET=${{ inputs.CLIENT_KEY }} \
-e AUTHENTICATE_CLIENT_REALMS=${{ inputs.CLIENT_REALM }} \
-e AUTHENTICATE_URL=https://idm.stackspot.com \
-e FEATURES_API_MANAGER=https://runtime-manager.v1.stackspot.com \
-e AUTHENTICATE_URL="https://idm.stackspot.com" \
-e FEATURES_API_MANAGER="https://runtime-manager.v1.stackspot.com" \
-e REPOSITORY_NAME=${{ inputs.REPOSITORY_NAME }} \
-e AWS_REGION=${{ inputs.AWS_REGION }} \
Expand Down

0 comments on commit 9afd1a4

Please sign in to comment.