Skip to content

Commit

Permalink
update workflows to test action
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeFalourd committed Jun 17, 2024
1 parent 8e85120 commit 1130b3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action-test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run STK CLI installation
uses: .
uses: stack-spot/stk-cli-action@fix/installation
with:
client_id: ${{ secrets.CLIENT_ID }}
client_key: ${{ secrets.CLIENT_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/action-test-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run STK CLI installation
uses: .
uses: stack-spot/stk-cli-action@fix/installation
with:
client_id: ${{ secrets.CLIENT_ID }}
client_key: ${{ secrets.CLIENT_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/action-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Run STK CLI installation
uses: .
uses: stack-spot/stk-cli-action@fix/installation
with:
client_id: ${{ secrets.CLIENT_ID }}
client_key: ${{ secrets.CLIENT_KEY }}
Expand Down

0 comments on commit 1130b3c

Please sign in to comment.