fix
Build-Deploy-Actions Details

This commit is contained in:
xhli18 2023-03-29 14:55:53 +08:00
parent 896f49940f
commit 2dab515f83
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
name: Gitea Actions Demo
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
name: Build And Deploy
run-name: ${{ github.actor }} is upgrade release 🚀
on: [push]
jobs:
Explore-Gitea-Actions:
Build-Deploy-Actions:
runs-on: ubuntu-latest
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."