Update .gitea/workflows/hello_world.yaml
All checks were successful
GitHub Actions Demo / Explore-GitHub-Actions (push) Successful in 13s
All checks were successful
GitHub Actions Demo / Explore-GitHub-Actions (push) Successful in 13s
This commit is contained in:
parent
775e81419d
commit
418f6490e7
|
@ -1,6 +1,9 @@
|
|||
name: GitHub Actions Demo
|
||||
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
|
||||
on: [push]
|
||||
env:
|
||||
ACTIONS_RUNTIME_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
ACTIONS_RUNTIME_URL: https://git.lerch.org/api/actions_pipeline/
|
||||
jobs:
|
||||
Explore-GitHub-Actions:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in New Issue
Block a user