diff --git a/.github/workflows/gh-pages-cleanup.yaml b/.github/workflows/gh-pages-cleanup.yaml index d031bc8..e8e541b 100644 --- a/.github/workflows/gh-pages-cleanup.yaml +++ b/.github/workflows/gh-pages-cleanup.yaml @@ -20,14 +20,12 @@ jobs: - name: Delete directory in gh-pages if: github.event.ref_type == 'branch' run: | - git config --global user.email "support@github.com" - git config --global user.name "cleanup[bot]" git fetch --all git checkout gh-pages branchName=$(echo "${{ github.event.ref }}" | sed -e 's,^refs/heads/,,') if [ -d "./${branchName}" ]; then git rm -rf --ignore-unmatch "${branchName}" - git commit -m "Cleanup directory for deleted branch ${branchName}" + git commit -m "Cleanup directory for deleted branch ${branchName}" --author="github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>" git push origin gh-pages else echo "Directory doesn't exist for branch ${branchName}" diff --git a/.github/workflows/lighthouse-report.yaml b/.github/workflows/lighthouse-report.yaml index 1075ea6..78bf4a8 100644 --- a/.github/workflows/lighthouse-report.yaml +++ b/.github/workflows/lighthouse-report.yaml @@ -56,7 +56,7 @@ jobs: VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} with: deployment-url: ${{ steps.vercel_preview_url.outputs.preview_url }} - timeout: 30 + timeout: 60 - name: Build Unlighthouse report run: |