Skip to content

Commit

Permalink
ci: added print of final
Browse files Browse the repository at this point in the history
  • Loading branch information
Dankoy committed Feb 4, 2025
1 parent 50c5e7e commit b31523a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,9 @@ jobs:
else
echo "final=[]" >> $GITHUB_OUTPUT;
fi
- name: print final output
run: echo "${{ steps.final.outputs.final }}"



0 comments on commit b31523a

Please sign in to comment.