This commit is contained in:
parent
bbca18150e
commit
2e76053e6d
1 changed files with 1 additions and 3 deletions
|
|
@ -9,6 +9,4 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: alpine:3.20
|
image: alpine:3.20
|
||||||
steps:
|
steps:
|
||||||
- name: write test file
|
- run: echo "hello from forgejo $(date -u)" > /target/ci-test.txt
|
||||||
run: |
|
|
||||||
echo "hello from forgejo $(date -u)" > /target/ci-test.txt
|
|
||||||
Loading…
Reference in a new issue