From c19fe018089c787638d6d509bc36b2882515ad86 Mon Sep 17 00:00:00 2001 From: lobo Date: Mon, 19 Jun 2023 22:12:34 +0000 Subject: [PATCH] Update .gitea/workflows/hello_world.yaml --- .gitea/workflows/hello_world.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/hello_world.yaml b/.gitea/workflows/hello_world.yaml index 4465af6..fa47d42 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