fix workflow (#2238)

This commit is contained in:
Alessandro Ros 2023-08-23 18:43:00 +02:00 committed by GitHub
parent eefc608549
commit d93d21ebbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ jobs:
const prs = await github.rest.pulls.list({
owner: context.repo.owner,
repo: context.repo.repo,
head: 'deps/hlsjs',
head: `${context.repo.owner}:deps/hlsjs`,
state: 'open',
});