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:
|
||||
build-dist:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
|
@ -6,7 +6,7 @@ on:
|
|||
|
||||
jobs:
|
||||
update-deps:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
@ -24,8 +24,8 @@ jobs:
|
|||
|
||||
- name: Commit updates
|
||||
run: |
|
||||
git config user.name "gitea-actions[bot]"
|
||||
git config user.email "gitea-actions[bot]@git.z0x.ca"
|
||||
git config user.name "actions[bot]"
|
||||
git config user.email "actions[bot]@git.z0x.ca"
|
||||
git add .
|
||||
if git diff --staged --quiet; then
|
||||
echo "No updates avalable"
|
||||
|
|
Loading…
Add table
Reference in a new issue