diff --git a/.gitea/workflows/act.yaml b/.gitea/workflows/act.yaml index 2b666f6..fc8d8a0 100644 --- a/.gitea/workflows/act.yaml +++ b/.gitea/workflows/act.yaml @@ -13,10 +13,7 @@ jobs: - name: common-setup-just-created run: | cd /usr/share/ansible-repo/ - - # Example: Create a simple file - echo "Hello, Gitea Runner!" > output.txt - cat output.txt + git pull shell: bash # - name: Checkout repository manually using bash