Update .gitea/workflows/hello_world.yaml
All checks were successful
GitHub Actions Demo / Explore-GitHub-Actions (push) Successful in 15s

This commit is contained in:
lobo 2023-06-19 22:36:10 +00:00
parent c19fe01808
commit 760bf5fd47

View File

@ -3,7 +3,7 @@ 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/
ACTIONS_RUNTIME_URL: https://git.lerch.org/api/actions_pipeline/
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest