debug output

This commit is contained in:
Robin Appelman 2023-11-02 17:17:27 +01:00
commit b9b8f0b2b3
3 changed files with 6 additions and 2 deletions

View file

@ -21,5 +21,5 @@ jobs:
- name: Get the result
run: |
echo -e "Versions :\n${{ steps.xpath.run.versions }}"
echo -e "Branches :\n${{ steps.xpath.run.branches }}"
echo -e "Versions :\n${{ steps.run.outputs.versions }}"
echo -e "Branches :\n${{ steps.run.outputs.branches }}"