Skip to content

Commit

Permalink
Merge branch 'main' into renovate/pascalgn-automerge-action-0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
repo-ranger[bot] committed Nov 16, 2023
2 parents 301473d + 00bc292 commit 9ee5a74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test-project/.github/workflows/rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
token: ${{ secrets.PAT_TOKEN }}
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
- name: Automatic Rebase
uses: cirrus-actions/rebase@1.5
uses: cirrus-actions/rebase@1.8
env:
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
token: {{ "${{ secrets.PAT_TOKEN }}" }}
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
- name: Automatic Rebase
uses: cirrus-actions/rebase@1.5
uses: cirrus-actions/rebase@1.8
env:
GITHUB_TOKEN: {{ "${{ secrets.PAT_TOKEN }}" }}

0 comments on commit 9ee5a74

Please sign in to comment.