diff --git a/.github/workflows/test_update_from_h5p.yml b/.github/workflows/test_update_from_h5p.yml index 56a3a3d..8c262be 100644 --- a/.github/workflows/test_update_from_h5p.yml +++ b/.github/workflows/test_update_from_h5p.yml @@ -37,7 +37,7 @@ jobs: import os from pathlib import Path # Get the latest commit from the API response - print("${{ steps.get-commit.outputs.data }}") + print("""${{ steps.get-commit.outputs.data }}""") latest_commit = "${{ steps.get-commit.outputs.data.commit.sha }}".strip() # Check stored commit commit_file = Path('packages/hashi/.h5p-commit-sha')