feat(action): environment variable test
All checks were successful
/ checkout (push) Successful in 0s
All checks were successful
/ checkout (push) Successful in 0s
This commit is contained in:
parent
56f895d53d
commit
06a687dadc
1 changed files with 5 additions and 11 deletions
|
|
@ -6,16 +6,10 @@ jobs:
|
||||||
# - run: echo All good!
|
# - run: echo All good!
|
||||||
checkout:
|
checkout:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
|
env:
|
||||||
|
test: value
|
||||||
steps:
|
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
|
- name: list directory contents
|
||||||
run: ls -la
|
run: |
|
||||||
# - id: why_not_use_the_action_we_just_verified_exists_from_above
|
ls -la
|
||||||
# uses: ./.forgejo/dotnet-build
|
echo ${{ env.test }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue