Skip to content

Commit

Permalink
Update action.yml (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Nov 3, 2022
1 parent 86e87a6 commit 5e420e0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,11 @@ runs:
fi
- name: 'Install jq 1.6'
uses: dcarbone/install-jq-action@v1.0.0
uses: dcarbone/install-jq-action@v1.0.1
with:
version: 1.6
force: 'true'

- name: Fix JQ permissions https://github.com/dcarbone/install-jq-action/pull/1
shell: bash
run: chmod +x $RUNNER_TOOL_CACHE/jq/jq

- uses: edwardgeorge/jq-action@main
id: deploy_envs
with:
Expand Down

0 comments on commit 5e420e0

Please sign in to comment.