Browse Source

fix workflow (#2238)

pull/2239/head
Alessandro Ros 2 years ago committed by GitHub
parent
commit
d93d21ebbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/bump-hls-js.yml

2
.github/workflows/bump-hls-js.yml

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

Loading…
Cancel
Save