mirror of
https://github.com/erlef/setup-beam.git
synced 2026-08-01 19:46:08 +00:00
Automate updating 3rd party licenses (#82)
This commit is contained in:
committed by
GitHub
parent
ccc3fdea3c
commit
3250a83e5a
+13
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -eux
|
||||
|
||||
git config user.name "GitHub Actions"
|
||||
git config user.email "actions@user.noreply.github.com"
|
||||
git checkout main
|
||||
|
||||
npm run licenses
|
||||
|
||||
git add 3RD_PARTY_LICENSES
|
||||
git commit -m "Update 3rd party licenses" || true
|
||||
git push origin
|
||||
Reference in New Issue
Block a user