Update EndBug/add-and-commit action to v9
This commit is contained in:
2
.github/workflows/bundle-admin.yml
vendored
2
.github/workflows/bundle-admin.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
|||||||
- run: build/admin/bundleAdmin.sh
|
- run: build/admin/bundleAdmin.sh
|
||||||
|
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
uses: EndBug/add-and-commit@v7
|
uses: EndBug/add-and-commit@v9
|
||||||
with:
|
with:
|
||||||
author_name: Owncast
|
author_name: Owncast
|
||||||
author_email: owncast@owncast.online
|
author_email: owncast@owncast.online
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ jobs:
|
|||||||
npx redoc-cli bundle openapi.yaml -o docs/api/index.html --options '{"hideHostname": true, "pathInMiddlePanel": true}'
|
npx redoc-cli bundle openapi.yaml -o docs/api/index.html --options '{"hideHostname": true, "pathInMiddlePanel": true}'
|
||||||
|
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
uses: EndBug/add-and-commit@v5
|
uses: EndBug/add-and-commit@v9
|
||||||
with:
|
with:
|
||||||
author_name: Owncast
|
author_name: Owncast
|
||||||
author_email: owncast@owncast.online
|
author_email: owncast@owncast.online
|
||||||
|
|||||||
2
.github/workflows/javascript-packages.yaml
vendored
2
.github/workflows/javascript-packages.yaml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
- run: cd build/javascript && npm run build
|
- run: cd build/javascript && npm run build
|
||||||
|
|
||||||
- name: Commit changes
|
- name: Commit changes
|
||||||
uses: EndBug/add-and-commit@v5
|
uses: EndBug/add-and-commit@v9
|
||||||
with:
|
with:
|
||||||
author_name: Owncast
|
author_name: Owncast
|
||||||
author_email: owncast@owncast.online
|
author_email: owncast@owncast.online
|
||||||
|
|||||||
Reference in New Issue
Block a user