Skip to content

Commit

Permalink
this
Browse files Browse the repository at this point in the history
  • Loading branch information
Alw3ys committed Jan 25, 2024
1 parent ad02c93 commit eceb138
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
uses: ./

- name: Test dctl
run: /home/runner/.dosei/bin/dctl --version
run: dctl --version
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
shell: bash
- run: |
echo "DOSEI_CLI_INSTALL=/home/runner/.dosei" >> $GITHUB_ENV
echo "PATH=$DOSEI_CLI_INSTALL/bin:$PATH" >> $GITHUB_ENV
echo "$DOSEI_CLI_INSTALL/bin" >> $GITHUB_PATH
shell: bash
- run: echo "DOSEI_TOKEN=${{ inputs.token }}" >> $GITHUB_ENV
if: ${{ inputs.token }}
Expand Down

0 comments on commit eceb138

Please sign in to comment.