Trying to fix commits not happening with js

This commit is contained in:
Gabe Kangas
2020-10-30 16:04:03 -07:00
committed by GitHub
parent 41b694d292
commit f8712856af

View File

@@ -23,6 +23,6 @@ jobs:
author_name: Owncast author_name: Owncast
author_email: owncast@owncast.online author_email: owncast@owncast.online
message: "Commit updated Javascript packages" message: "Commit updated Javascript packages"
add: "./build/javascript/package* ./webroot/js/web_modules" add: "build/javascript/package* webroot/js/web_modules"
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}