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 64275de commit 76f9d54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_update_from_h5p.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
import os
from pathlib import Path
# Get the latest commit from the API response
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 76f9d54

Please sign in to comment.