Skip to content

Commit 868c70a

Browse files
authored
Update action version to release-1.2.0
1 parent 8997a4f commit 868c70a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/action-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Run test action
19-
uses: stack-spot/cli-github-action-run-command@main
19+
uses: stack-spot/cli-github-action-run-command@release-1.2.0
2020
with:
2121
client_id: ${{ secrets.CLIENT_ID }}
2222
client_key: ${{ secrets.CLIENT_KEY }}
2323
realm: ${{ secrets.REALM }}
2424
command_stk: "--version"
2525

2626
- name: Run test action again
27-
uses: stack-spot/cli-github-action-run-command@main
27+
uses: stack-spot/cli-github-action-run-command@release-1.2.0
2828
with:
2929
client_id: ${{ secrets.CLIENT_ID }}
3030
client_key: ${{ secrets.CLIENT_KEY }}

0 commit comments

Comments
 (0)