This commit is contained in:
parent
76126a5956
commit
b71f544245
1 changed files with 2 additions and 3 deletions
|
@ -3,9 +3,8 @@ jobs:
|
|||
ls:
|
||||
runs-on: docker
|
||||
steps:
|
||||
env:
|
||||
ELF: ${{ secrets.HHH }}
|
||||
- uses: actions/checkout@v3
|
||||
- run: |
|
||||
ls ${{ github.workspace }}
|
||||
- run: env | sort
|
||||
- run: echo ${{ secrets.HHH }}
|
Loading…
Reference in a new issue