Skip to content

Commit

Permalink
feat(github): rebase workflow [pulumi]
Browse files Browse the repository at this point in the history
  • Loading branch information
mergealot committed Sep 11, 2023
1 parent 22a02ea commit c70a70d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c70a70d

Please sign in to comment.