From 88306eb291437c792779564d9a19a7a728491045 Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Mon, 12 Jun 2023 04:13:12 +0200 Subject: [PATCH 1/4] refactor: Use Bot as commit author --- .github/workflows/gh-pages-cleanup.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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}" From 7b67c19c185b5f09dce5808031acd6430145e735 Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Mon, 12 Jun 2023 04:16:23 +0200 Subject: [PATCH 2/4] refactor: Change to 60 sec timeout --- .github/workflows/lighthouse-report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lighthouse-report.yaml b/.github/workflows/lighthouse-report.yaml index 1075ea6..50643e3 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: 60z - name: Build Unlighthouse report run: | From 07b3c387cf38460a8782974a4898fe260815d3bf Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Mon, 12 Jun 2023 04:18:59 +0200 Subject: [PATCH 3/4] Revert "refactor: Change to 60 sec timeout" This reverts commit 7b67c19c185b5f09dce5808031acd6430145e735. --- .github/workflows/lighthouse-report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lighthouse-report.yaml b/.github/workflows/lighthouse-report.yaml index 50643e3..1075ea6 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: 60z + timeout: 30 - name: Build Unlighthouse report run: | From 0adede769bb869606da62ca90d7d7d16c8860735 Mon Sep 17 00:00:00 2001 From: Bart van der Braak Date: Mon, 12 Jun 2023 04:19:17 +0200 Subject: [PATCH 4/4] refactor: Change to 60 sec timeout --- .github/workflows/lighthouse-report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |