feat 修改build名称
Some checks failed
Build image / Explore-Gitea-Actions (push) Failing after 16s

This commit is contained in:
timerzz 2024-04-12 13:54:55 +08:00
parent 06988bbcc2
commit 492bd76770
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: build image name: Build image
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀 run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
on: [push] on: [push]
jobs: jobs:

View File

@ -2,7 +2,7 @@ name: push image
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀 run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
on: on:
workflow_run: workflow_run:
workflows: [build image] workflows: [Build image]
types: [completed] types: [completed]
jobs: jobs: