mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-22 22:56:07 +00:00
Fix 3rd party licenses updater (action) (#202)
* Act on CI results: fix as per what GitHub Actions is requesting Seems to have worked up until recently, but then it started breaking :shrug * Name the workflow a little better
This commit is contained in:
committed by
GitHub
parent
51905b8795
commit
977eee5f6e
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
name: update_3rd_party_licenses
|
name: Update 3rd party licenses (automation)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
@@ -17,3 +17,5 @@ jobs:
|
|||||||
node-version: '14'
|
node-version: '14'
|
||||||
- run:
|
- run:
|
||||||
./.github/workflows/update_3rd_party_licenses.sh
|
./.github/workflows/update_3rd_party_licenses.sh
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user