Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alw3ys committed Jan 25, 2024
1 parent 6835ae4 commit ba7691f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ inputs:
runs:
using: "composite"
steps:
- run: curl -fsSL https://dosei.ai/install.sh | sh
shell: bash
- run: |
curl -fsSL https://dosei.ai/install.sh | sh
echo "DOSEI_CLI_INSTALL=/home/runner/.dosei" >> $GITHUB_ENV
echo "PATH=$DOSEI_CLI_INSTALL/bin:$PATH" >> $GITHUB_ENV
shell: bash
Expand Down

0 comments on commit ba7691f

Please sign in to comment.