diff options
author | Chocobozzz <me@florianbigard.com> | 2021-02-10 11:35:49 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-02-10 11:36:40 +0100 |
commit | 4e9835e63260aa6c2b7ce233de83a53f19563581 (patch) | |
tree | 93262f888c616c5a768be6b97410e8ffae60ee88 /.github/workflows | |
parent | 70e335158499b0ac9e6da2193219d87512759876 (diff) | |
download | PeerTube-4e9835e63260aa6c2b7ce233de83a53f19563581.tar.gz PeerTube-4e9835e63260aa6c2b7ce233de83a53f19563581.tar.zst PeerTube-4e9835e63260aa6c2b7ce233de83a53f19563581.zip |
Fix bundlewatch branch base
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/bundlewatch.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/bundlewatch.yml b/.github/workflows/bundlewatch.yml index 2ca854509..a829368e8 100644 --- a/.github/workflows/bundlewatch.yml +++ b/.github/workflows/bundlewatch.yml | |||
@@ -41,4 +41,5 @@ jobs: | |||
41 | uses: jackyef/bundlewatch-gh-action@master | 41 | uses: jackyef/bundlewatch-gh-action@master |
42 | with: | 42 | with: |
43 | build-script: npm run build -- --analyze-bundle | 43 | build-script: npm run build -- --analyze-bundle |
44 | branch-base: develop | ||
44 | bundlewatch-github-token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }} | 45 | bundlewatch-github-token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }} |