Merge pull request #1174 from mchangrh/fix-oss-ci

Fix OSS CI
This commit is contained in:
Ajay Ramachandran 2022-02-06 14:16:09 -05:00 committed by GitHub
commit 93af8d966b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
body: Automated OSS Attribution update