parent
6483464ab3
commit
fc1e4cdc14
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: nixos/nix:2.24.9
|
image: nixos/nix:2.24.9
|
||||||
steps:
|
steps:
|
||||||
|
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
- run: |
|
- run: |
|
||||||
ls -alh
|
ls -alh
|
||||||
echo "All set !"
|
echo "All set !"
|
||||||
|
echo $GITHUB_WORKSPACE
|
||||||
|
cd $GITHUB_WORKSPACE
|
||||||
|
ls -alh
|
||||||
|
|
Loading…
Reference in a new issue