Skip to content

Commit

Permalink
github: fix syntax in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Oct 24, 2024
1 parent 4bc26fe commit fbd7aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/Prepare_SIPssert/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:

- name: Checkout Tests repo
uses: actions/checkout@v4
if: inputs.tests-repo != ""
if: "${{ inputs.tests-repo != '' }"
with:
repository: ${{ inputs.tests-repo }}
path: ${{ inputs.directory }}

0 comments on commit fbd7aee

Please sign in to comment.