Skip to content

Commit 61c3bd5

Browse files
author
fabiano.fernandes@stg.stackspot.com
committed
Remove workspace input
Signed-off-by: fabiano.fernandes@stg.stackspot.com <fabiano.fernandes@stg.stackspot.com>
1 parent 1ecbe8b commit 61c3bd5

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

.github/workflows/action-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ jobs:
2121
client_id: ${{ secrets.CLIENT_ID }}
2222
client_key: ${{ secrets.CLIENT_KEY }}
2323
realm: ${{ secrets.REALM }}
24-
workspace: workspace-test
2524
command_stk: "--version"

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ https://docs.stackspot.com/home/account/enterprise/service-credential
2020
client_id: ${{ secrets.CLIENT_ID }}
2121
client_key: ${{ secrets.CLIENT_KEY }}
2222
realm: ${{ secrets.REALM }}
23-
workspace: workspace-y
2423
command_stk: "register app-deploy --version 1.0.0 --env dev --status succcess"
2524
```
2625

action.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ inputs:
1414
realm:
1515
description: Account realm
1616
required: true
17-
workspace:
18-
description: Workspace
19-
required: true
2017
command_stk:
2118
description: Command STK
2219
required: true
@@ -75,11 +72,6 @@ runs:
7572
run: |
7673
$HOME/.stk/bin/stk login --client-id $CLIENT_ID --client-key $CLIENT_KEY --realm $REALM
7774
78-
- name: Use Workspace
79-
shell: bash
80-
run: |
81-
$HOME/.stk/bin/stk use workspace ${{ inputs.workspace }}
82-
8375
- name: Run Command
8476
shell: bash
8577
run: |

0 commit comments

Comments
 (0)