Skip to content

Commit 3b68232

Browse files
author
Maxim Konovalenko
committed
fix PATH
1 parent 59c4cb0 commit 3b68232

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,12 @@ runs:
2828
- name: Install werf
2929
shell: bash
3030
run: |
31+
mkdir -p ~/bin
3132
curl --fail -sSL -o ~/bin/werf \
3233
-H "PRIVATE-TOKEN: ${{ inputs.fox_access_token }}" \
3334
"https://${{ inputs.deckhouse_private_repo }}/api/v4/projects/4052/packages/generic/werf/${{ inputs.werf_version }}/werf"
3435
chmod +x ~/bin/werf
35-
export PATH=~/bin:$PATH
36+
echo "$HOME/bin" >> $GITHUB_PATH
3637
3738
- name: Print werf version
3839
shell: bash

0 commit comments

Comments
 (0)