From 8365c176a6d3d2b5a8259d91416e3fcb452cd3a9 Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Tue, 5 Sep 2023 13:27:05 -0700 Subject: [PATCH] try environment context --- .gitea/workflows/build.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index b84cf2d..763a27d 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -3,7 +3,7 @@ run-name: ${{ github.actor }} building AWS Zig SDK on: [push] env: ACTIONS_RUNTIME_TOKEN: ${{ secrets.GITHUB_TOKEN }} - ACTIONS_RUNTIME_URL: $GITHUB_SERVER_URL/api/actions_pipeline/ + ACTIONS_RUNTIME_URL: ${{ env.GITHUB_SERVER_URL }}/api/actions_pipeline/ jobs: build-zig-0.11.0-amd64-host: runs-on: ubuntu-latest @@ -15,7 +15,6 @@ jobs: ZIG_VERSION: 0.11.0 ARCH: x86_64 steps: - - run: echo ${GITHUB_SERVER_URL}/api/actions_pipeline - run: echo ${ACTIONS_RUNTIME_URL} - name: Check out repository code uses: actions/checkout@v3