Update .gitea/workflows/hello_world.yaml
Some checks failed
GitHub Actions Demo / Explore-GitHub-Actions (push) Failing after 13s
Some checks failed
GitHub Actions Demo / Explore-GitHub-Actions (push) Failing after 13s
This commit is contained in:
parent
418f6490e7
commit
c19fe01808
|
@ -3,7 +3,7 @@ run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
|
||||||
on: [push]
|
on: [push]
|
||||||
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/
|
||||||
jobs:
|
jobs:
|
||||||
Explore-GitHub-Actions:
|
Explore-GitHub-Actions:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue
Block a user