更新 .gitea/workflows/build.yaml

This commit is contained in:
wode 2024-09-25 11:47:04 +00:00
parent 979c83c5f3
commit 588685bbec

View File

@ -1,6 +1,6 @@
# .gitea/workflows/build.yaml
name: cpp
run-name:{{ github.actor}} is testing out Gitea Actions
run-name: ${{ github.actor}} is testing out Gitea Actions
on: [push]
jobs:
Explore-Gitea-Actions: