diff --git a/.gitea/workflows/gitea-ci.yml b/.gitea/workflows/gitea-ci.yml index 9377baa..b9cad91 100644 --- a/.gitea/workflows/gitea-ci.yml +++ b/.gitea/workflows/gitea-ci.yml @@ -12,5 +12,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: echo - run: echo "GiteaRunner CI Test" \ No newline at end of file + - name: Check PWD + run: | + echo $PWD + ls . \ No newline at end of file