diff options
author | Ajay Ramachandran <[email protected]> | 2022-02-06 14:16:09 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2022-02-06 14:16:09 -0500 |
commit | 93af8d966b8d61f978a3fd6e59916eb9b37a2c4a (patch) | |
tree | b954bb826cbc4c288bf4678530169ce7da5ddcc2 | |
parent | 32fa9c3398bf123958e69679614cf5fde73fbeaf (diff) | |
parent | ca49b48814b1e25a72c74d048924ba6074ca85a9 (diff) | |
download | SponsorBlock-93af8d966b8d61f978a3fd6e59916eb9b37a2c4a.tar.gz SponsorBlock-93af8d966b8d61f978a3fd6e59916eb9b37a2c4a.zip |
Merge pull request #1174 from mchangrh/fix-oss-ci
Fix OSS CI
-rw-r--r-- | .github/workflows/update-oss-attribution.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/update-oss-attribution.yml b/.github/workflows/update-oss-attribution.yml index 4117aa4a..7a10ece8 100644 --- a/.github/workflows/update-oss-attribution.yml +++ b/.github/workflows/update-oss-attribution.yml @@ -6,6 +6,7 @@ on: paths: - 'package.json' - 'package-lock.json' + workflow_dispatch: jobs: update-oss: @@ -18,6 +19,7 @@ jobs: node-version: '16' - name: Install and generate attribution run: | + npm ci npm i -g oss-attribution-generator generate-attribution mv ./oss-attribution/attribution.txt ./public/oss-attribution/attribution.txt @@ -29,4 +31,4 @@ jobs: author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> branch: ci/oss_attribution title: Update OSS Attribution - body: Automated OSS Attribution update
\ No newline at end of file + body: Automated OSS Attribution update |