diff --git a/.gitea/workflows/hello_world.yaml b/.gitea/workflows/hello_world.yaml index fa47d42..4465af6 100644 --- a/.gitea/workflows/hello_world.yaml +++ b/.gitea/workflows/hello_world.yaml @@ -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