diff options
-rw-r--r-- | .github/workflows/main.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 65581cf1..1c4fb4dc 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -224,6 +224,14 @@ jobs: - name: Checkout uses: actions/checkout@v2 + - name: Set up Git + run: | + git config --local user.email "action@github.com" + git config --local user.name "GitHub Action" + + - name: Pull latest changes + run: git pull origin main + - name: Download .vsix artifact uses: actions/download-artifact@v2 with: |