diff --git a/.github/workflows/test-missing-git-ref.yaml b/.github/workflows/test-missing-git-ref.yaml index f38787c..14da423 100644 --- a/.github/workflows/test-missing-git-ref.yaml +++ b/.github/workflows/test-missing-git-ref.yaml @@ -11,6 +11,11 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4.2.2 + + - name: Git config + run: | + git config --global user.name oriy + git config --global user.email oriy@github.com - name: Push dummy PR env: