diff --git a/.forgejo/workflows/smoke.yml b/.forgejo/workflows/smoke.yml index e5399be..dadddc3 100644 --- a/.forgejo/workflows/smoke.yml +++ b/.forgejo/workflows/smoke.yml @@ -9,6 +9,4 @@ jobs: container: image: alpine:3.20 steps: - - name: write test file - run: | - echo "hello from forgejo $(date -u)" > /target/ci-test.txt \ No newline at end of file + - run: echo "hello from forgejo $(date -u)" > /target/ci-test.txt \ No newline at end of file