Skip to content

Commit

Permalink
Added logging
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi committed Nov 10, 2024
1 parent f56af7d commit b3d0145
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/build-spec-transformation/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ runs:
steps:
- name: Checkout repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Print file path
shell: bash
run: echo ${{ format('{0}/{1}', env.GITHUB_ACTION_PATH, 'specification-transformation.bin')) }}
- name: Setup java 17
if: ${{ hashFiles(format('{0}/{1}', env.GITHUB_ACTION_PATH, 'specification-transformation.bin')) == '' }}
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0
Expand Down

0 comments on commit b3d0145

Please sign in to comment.