Skip to content

Commit

Permalink
ci: output from and to vers
Browse files Browse the repository at this point in the history
  • Loading branch information
cwyl02 committed Apr 17, 2024
1 parent 26ab754 commit d9b9b54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/application-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ jobs:
from_versions=$(echo $upgrade_matrix | jq -c --arg to "$to_version_gh_dkp" 'map(select(.to | startswith($to))) | map(. | .from)')
echo "from_versions=${from_versions}"
echo "to_version=${to_version}"
echo "from_versions=${from_versions}" >> $GITHUB_OUTPUT
echo "to_version=${to_version}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit d9b9b54

Please sign in to comment.