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 137867e commit 8e85120
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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: .
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: .
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: .
with:
client_id: ${{ secrets.CLIENT_ID }}
client_key: ${{ secrets.CLIENT_KEY }}
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ runs:
run: echo 🤖 OS runner is $(uname)
shell: bash


- name: Install STK CLI
run: |
if [[ "$(uname)" = "Linux" ]]; then
Expand Down Expand Up @@ -53,7 +52,8 @@ runs:
shell: bash

- name: Show STK CLI version
run: stk --version
run: stk --version
shell: bash

branding:
icon: 'terminal'
Expand Down

0 comments on commit 8e85120

Please sign in to comment.