Skip to content

Commit

Permalink
add chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
lisanna-dettwyler authored Jun 25, 2022
1 parent fa9bf73 commit 7a387a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ runs:
wget \
https://github.com/stedolan/jq/releases/download/jq-${{ inputs.version }}/${bin_name} \
-O '${{ github.action_path }}'/jq/${out_name}
chmod +x ${action_path_unix}/jq/${out_name}
echo ${action_path_unix}/jq >> ${GITHUB_PATH}
echo ::set-output name=path::'${{ github.action_path }}'/jq/${out_name}

0 comments on commit 7a387a5

Please sign in to comment.