Update .gitea/workflows/hello_world.yaml
This commit is contained in:
parent
8f06700918
commit
7f307cf556
1 changed files with 1 additions and 1 deletions
|
@ -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, workflow_dispatch]
|
on: [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/
|
||||||
|
|
Loading…
Add table
Reference in a new issue