Skip to content

Commit f5eed55

Browse files
authored
Changed how yq is setuping action
1 parent a9d453d commit f5eed55

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

action.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,11 @@ runs:
5252
shell: bash
5353

5454
- name: Setup yq environment
55-
uses: shiipou/[email protected]
55+
run: |
56+
wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64
57+
chmod a+x /usr/local/bin/yq
58+
yq --version
59+
shell: bash
5660

5761
- name: Installing PHP...
5862
uses: shivammathur/[email protected]
@@ -138,4 +142,4 @@ runs:
138142

139143
- name: Clearing temp paths...
140144
run: bash ${{ github.action_path }}/bin/clear_tmp_data.sh
141-
shell: bash
145+
shell: bash

0 commit comments

Comments
 (0)