Skip to content

Commit

Permalink
Syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi committed Nov 10, 2024
1 parent b3d0145 commit 2afac47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-spec-transformation/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
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')) }}
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 2afac47

Please sign in to comment.