set identity3
This commit is contained in:
parent
42c28555cd
commit
aac96bed3e
1 changed files with 3 additions and 1 deletions
4
.github/workflows/auto_pull_request.yaml
vendored
4
.github/workflows/auto_pull_request.yaml
vendored
|
|
@ -15,7 +15,9 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
- name: Test
|
||||
run: echo ${{ github.head_ref }}.${{ github.sha }}
|
||||
|
||||
- name: Pull changes from FluffyChat
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue