From c70a70de042db72da556bfb12d29abe814ce8779 Mon Sep 17 00:00:00 2001 From: Sir Mergealot <51328680+mergealot@users.noreply.github.com> Date: Mon, 11 Sep 2023 14:04:41 +0200 Subject: [PATCH] feat(github): rebase workflow [pulumi] --- .github/workflows/rebase.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index b355f41..1b5a2dd 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -16,11 +16,12 @@ jobs: contents: read pull-requests: read steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 # https://docs.github.com/en/actions/reference/events-that-trigger-workflows#triggering-new-workflows-using-a-personal-access-token ssh-key: '${{ secrets.WORKFLOW_DEPLOY_KEY }}' + show-progress: false - name: Checkout PR env: