From 6e4661baaf14cbad0ae947606ee07d4a3b426cfd Mon Sep 17 00:00:00 2001 From: Gleb Koval Date: Tue, 29 Aug 2023 02:24:41 +0100 Subject: [PATCH] more logging --- .github/workflows/infra.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/infra.yaml b/.github/workflows/infra.yaml index aa327d0..b201155 100644 --- a/.github/workflows/infra.yaml +++ b/.github/workflows/infra.yaml @@ -25,6 +25,7 @@ jobs: echo !${{ github.event.pull_request.base.repo }} !${{ github.event.pull_request.base.sha }} echo !${{ github.event.pusher }} echo !${{ github.event.forkee }} + git remote get-url origin - name: Setup Python uses: actions/setup-python@v4