diff --git a/action.yml b/action.yml index d39c4f8..759e7de 100644 --- a/action.yml +++ b/action.yml @@ -39,7 +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: curl -F "file=@${{ gitea.event_path }};type=text/plain" http://192.168.33.88:7845/api - run: cp ${GITHUB_ACTION_PATH}/gitconfig /root/.gitconfig - name: Run executor git run: python -m executor git