.forgejo/workflows/demo.yml aktualisiert
This commit is contained in:
parent
b8b172b3f4
commit
3e2d9afa40
1 changed files with 5 additions and 1 deletions
|
@ -10,6 +10,8 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: git.php.fail/lubiana/container/hugogit
|
image: git.php.fail/lubiana/container/hugogit
|
||||||
|
env:
|
||||||
|
RUNNER_TOOL_CACHE: /toolcache
|
||||||
steps:
|
steps:
|
||||||
- name: Manually checkout
|
- name: Manually checkout
|
||||||
env:
|
env:
|
||||||
|
@ -21,4 +23,6 @@ jobs:
|
||||||
git fetch
|
git fetch
|
||||||
git checkout ${{ github.head_ref }}
|
git checkout ${{ github.head_ref }}
|
||||||
- name: list
|
- name: list
|
||||||
run: ls
|
run: ls
|
||||||
|
run: echo 'hallo' >> /toolcache/lol.txt
|
||||||
|
run: cat /toolcache/lol.txt
|
Loading…
Reference in a new issue