From 728efc2dfec4c1e22e4a1b513e1bb26e294aedd9 Mon Sep 17 00:00:00 2001 From: Alw3ys Date: Thu, 25 Jan 2024 13:13:13 +0100 Subject: [PATCH] test --- action.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/action.yaml b/action.yaml index 9ed8791..6fd121e 100644 --- a/action.yaml +++ b/action.yaml @@ -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 }}