Update .gitea/workflows/hello_world.yaml
All checks were successful
GitHub Actions Demo / Explore-GitHub-Actions (push) Successful in 10s
GitHub Actions Demo / do-the-needful (push) Successful in 20s
GitHub Actions Demo / Job-2 (push) Successful in 5s

This commit is contained in:
lobo 2025-01-10 16:08:15 +00:00
parent 3859905ddf
commit 59cf1bd269

View File

@ -1,6 +1,6 @@
name: GitHub Actions Demo name: GitHub Actions Demo
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on: [push] on: [push, workflow_dispatch]
env: env:
ACTIONS_RUNTIME_TOKEN: ${{ secrets.GITHUB_TOKEN }} ACTIONS_RUNTIME_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ACTIONS_RUNTIME_URL: https://git.lerch.org/api/actions_pipeline/ ACTIONS_RUNTIME_URL: https://git.lerch.org/api/actions_pipeline/