fix(actions): migrate to forgejo runner
Some checks failed
build dist / build-dist (push) Failing after 1m20s
Some checks failed
build dist / build-dist (push) Failing after 1m20s
This commit is contained in:
parent
921a26b5e7
commit
18b95a91b8
2 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-dist:
|
build-dist:
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
|
|
@ -6,7 +6,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-deps:
|
update-deps:
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
|
@ -24,8 +24,8 @@ jobs:
|
||||||
|
|
||||||
- name: Commit updates
|
- name: Commit updates
|
||||||
run: |
|
run: |
|
||||||
git config user.name "gitea-actions[bot]"
|
git config user.name "actions[bot]"
|
||||||
git config user.email "gitea-actions[bot]@git.z0x.ca"
|
git config user.email "actions[bot]@git.z0x.ca"
|
||||||
git add .
|
git add .
|
||||||
if git diff --staged --quiet; then
|
if git diff --staged --quiet; then
|
||||||
echo "No updates avalable"
|
echo "No updates avalable"
|
||||||
|
|
Loading…
Add table
Reference in a new issue