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:
Paulo F. Oliveira
2023-05-09 01:42:25 +01:00
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 }}