Skip to content

Commit

Permalink
Update test_update_from_h5p.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rtibbles authored Nov 7, 2024
1 parent 76f9d54 commit 81223b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_update_from_h5p.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 81223b7

Please sign in to comment.