更新 '.gitea/workflows/build.yaml'
Some checks failed
Explore-Gitea-Actions

This commit is contained in:
Qubot 2023-08-07 06:20:17 +00:00
parent 1ca78aefd1
commit c3befa21c8

View File

@ -2,7 +2,7 @@ name: Gitea Actions Demo
run-name: ${{ github.actor }} is testing out Gitea Actions
on: [push]
jobs:
build:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3