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 870d793 commit 86e87a6Copy full SHA for 86e87a6
action.yml
@@ -64,7 +64,7 @@ runs:
64
65
- name: Fix JQ permissions https://github.com/dcarbone/install-jq-action/pull/1
66
shell: bash
67
- run: chmod +x /opt/hostedtoolcache/jq/jq
+ run: chmod +x $RUNNER_TOOL_CACHE/jq/jq
68
69
- uses: edwardgeorge/jq-action@main
70
id: deploy_envs
0 commit comments