1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix incorrect commit input

This commit is contained in:
Fernando Fernández 2024-10-13 18:22:22 +02:00 committed by GitHub
parent fbe04ea0a5
commit 7f59551d51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,7 +43,7 @@ jobs:
uses: ./.github/workflows/__quality_checks.yml
permissions: {}
with:
commit: ${{ github.event.pull_request.head.ref }}
commit: ${{ github.event.pull_request.head.sha }}
codeql:
name: GitHub CodeQL 🔬