try environment context
All checks were successful
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Successful in 6m34s

This commit is contained in:
Emil Lerch 2023-09-05 13:27:05 -07:00
parent 7573f01ae3
commit 8365c176a6
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -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