diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 1cf6110..268f643 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -72,7 +72,7 @@ jobs: run: | cd test-folder touch a.txt - echo "hello Gitea" > a.txt + echo "hello Gitea 123" > a.txt cat a.txt - name: delete a file