We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8997a4f commit 868c70aCopy full SHA for 868c70a
.github/workflows/action-test.yml
@@ -16,15 +16,15 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- name: Run test action
19
- uses: stack-spot/cli-github-action-run-command@main
+ uses: stack-spot/cli-github-action-run-command@release-1.2.0
20
with:
21
client_id: ${{ secrets.CLIENT_ID }}
22
client_key: ${{ secrets.CLIENT_KEY }}
23
realm: ${{ secrets.REALM }}
24
command_stk: "--version"
25
26
- name: Run test action again
27
28
29
30
0 commit comments