Skip to content

Commit

Permalink
Use environment file for output
Browse files Browse the repository at this point in the history
  • Loading branch information
lisanna-dettwyler committed Feb 6, 2024
1 parent 7a387a5 commit 1defd9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ runs:
-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}
echo path='${{ github.action_path }}'/jq/${out_name} >> ${GITHUB_OUTPUT}

0 comments on commit 1defd9e

Please sign in to comment.