We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c4cb0 commit 3b68232Copy full SHA for 3b68232
setup/action.yml
@@ -28,11 +28,12 @@ runs:
28
- name: Install werf
29
shell: bash
30
run: |
31
+ mkdir -p ~/bin
32
curl --fail -sSL -o ~/bin/werf \
33
-H "PRIVATE-TOKEN: ${{ inputs.fox_access_token }}" \
34
"https://${{ inputs.deckhouse_private_repo }}/api/v4/projects/4052/packages/generic/werf/${{ inputs.werf_version }}/werf"
35
chmod +x ~/bin/werf
- export PATH=~/bin:$PATH
36
+ echo "$HOME/bin" >> $GITHUB_PATH
37
38
- name: Print werf version
39
0 commit comments