更新 .gitea/workflows/build.yaml
Some checks failed
Build and Publish / Run (push) Failing after 1m42s

This commit is contained in:
cxykevin 2024-12-25 13:55:26 +08:00
parent e33269c11e
commit e82855e817

View File

@ -4,7 +4,7 @@ on: [push]
jobs:
Run:
runs-on: study_area_cn_runner
runs-on: ubuntu-latest
steps:
- name: Info
run: echo "OS=${{ runner.os }} NAME=${{ gitea.event_name }} REPO=${{ gitea.repository }} BRANCH=${{ gitea.ref }} ST=${{ job.status }} RUNID=${{ gitea.run_id }}"