We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a5704 commit 4883d57Copy full SHA for 4883d57
.github/workflows/nightly-demo.yaml
@@ -25,14 +25,6 @@ jobs:
25
node-version: 22
26
registry-url: 'https://registry.npmjs.org'
27
28
- # The nightly demo has its own receiver app ID that points to the nightly
29
- # demo itself for the receiver side.
30
- - name: Override Cast Receiver App ID
31
- run: |
32
- sed \
33
- -i demo/index.html \
34
- -e 's/\(data-shaka-player-cast-receiver-id\)="[^"]*"/\1="07AEE832"/'
35
-
36
- uses: ./.github/workflows/custom-actions/prep-for-appspot
37
38
- uses: google-github-actions/auth@v2
0 commit comments