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 eceb138 commit 728efc2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ inputs:
runs:
using: "composite"
steps:
- run: curl -fsSL https://dosei.ai/install.sh | sh
shell: bash
- run: |
echo "DOSEI_CLI_INSTALL=/home/runner/.dosei" >> $GITHUB_ENV
echo "$DOSEI_CLI_INSTALL/bin" >> $GITHUB_PATH
curl -fsSL https://dosei.ai/install.sh | sh
echo "/home/runner/.dosei/bin" >> $GITHUB_PATH
shell: bash
- run: echo "DOSEI_TOKEN=${{ inputs.token }}" >> $GITHUB_ENV
if: ${{ inputs.token }}
Expand Down

0 comments on commit 728efc2

Please sign in to comment.