parent
fc1e4cdc14
commit
201823d5ed
1 changed files with 1 additions and 1 deletions
|
@ -6,10 +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
|
echo $GITHUB_WORKSPACE
|
||||||
cd $GITHUB_WORKSPACE
|
cd $GITHUB_WORKSPACE
|
||||||
ls -alh
|
ls -alh
|
||||||
|
uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
|
|
Loading…
Reference in a new issue