Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jagapiou authored Sep 11, 2024
1 parent 09ecb10 commit 51b7438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-concordia/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
python-version: ${{ inputs.python-version }}

- name: Restore Examples installation
if: inputs.include-examples
if: inputs.include-examples == 'true'
id: restore-examples
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
with:
Expand Down

0 comments on commit 51b7438

Please sign in to comment.