From 0bbaf48423f0caac527e185b1517abac1610dc46 Mon Sep 17 00:00:00 2001 From: Sir Mergealot <51328680+mergealot@users.noreply.github.com> Date: Mon, 16 Oct 2023 10:48:24 +0200 Subject: [PATCH] feat(github): rebase workflow [pulumi] --- .github/workflows/rebase.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index 1b5a2dd..304d0f3 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -27,7 +27,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - hub pr checkout ${{ github.event.issue.number }} + gh pr checkout ${{ github.event.issue.number }} - name: Rebase and push run: |