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 b6feb6a commit e2651ffCopy full SHA for e2651ff
.github/workflows/rebase.yml
@@ -8,7 +8,7 @@ jobs:
8
if: github.event.issue.pull_request != '' && contains(github.event.comment.body, '/rebase')
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v3.4.0
+ - uses: actions/checkout@v3.5.0
12
with:
13
token: ${{ secrets.PAT_TOKEN }}
14
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
23
24
- name: Checkout
25
- uses: actions/checkout@v3.4.0
+ uses: actions/checkout@v3.5.0
26
- name: Dump GitHub context
27
env:
28
GITHUB_CONTEXT: ${{ toJson(github) }}
0 commit comments