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!
|
||||
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 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue