Skip to content

Commit

Permalink
Merge pull request #6 from WIPACrepo/saveset_update
Browse files Browse the repository at this point in the history
update set-output to use new github env file variable
  • Loading branch information
alemsh authored May 24, 2023
2 parents 744ce86 + 024fa14 commit 308a72b
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 @@ -26,6 +26,6 @@ runs:
fi
IFS=', ' read -r -a array <<< "$minmin_maxmax"
min_thru_max_series=$( for i in `seq ${array[1]} $((array[3]-1))`; do printf "3.$i "; done )
echo "::set-output name=matrix::$( echo $min_thru_max_series | jq -cR 'split(" ")' )"
echo "matrix=$( echo $min_thru_max_series | jq -cR 'split(" ")' )" >> $GITHUB_OUTPUT
echo $min_thru_max_series
shell: bash

0 comments on commit 308a72b

Please # to comment.