feat(action): environment variable test
All checks were successful
/ checkout (push) Successful in 0s

This commit is contained in:
Scott 2026-09-08 17:17:55 +10:00
commit 06a687dadc

View file

@ -6,16 +6,10 @@ jobs:
# - run: echo All good!
checkout:
runs-on: self-hosted
env:
test: value
steps:
# runs-on: dotnet
# steps:
# - id: checkout
# uses: actions/checkout@v7
# with:
# repository: "pascal_nulah/Nulah.PowerShell"
# ref: "feature/forgejo-runner-and-actions"
# github-server-url: "https://git.moar.ws/"
- name: list directory contents
run: ls -la
# - id: why_not_use_the_action_we_just_verified_exists_from_above
# uses: ./.forgejo/dotnet-build
run: |
ls -la
echo ${{ env.test }}