We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 867223b commit 51e9a4cCopy full SHA for 51e9a4c
.github/workflows/rebase.yml
@@ -9,7 +9,7 @@ jobs:
9
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase')
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v3.2.0
+ - uses: actions/checkout@v3.3.0
13
with:
14
token: ${{ secrets.PAT_TOKEN }}
15
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
.github/workflows/update-readme.yml
sync-assets:
fetch-depth: 0
0 commit comments