From 2418a98a79a457379e23979f07dc8c051ffce93d Mon Sep 17 00:00:00 2001 From: hogweed1 Date: Mon, 17 Nov 2025 03:10:09 +1000 Subject: [PATCH] small refactor --- .gitea/workflows/act.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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