Update develop_ci.yml

This commit is contained in:
qiaofeng1227 2023-07-05 11:35:56 +08:00 committed by GitHub
parent 5e986552b9
commit 81a12016d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,11 +10,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Initialize Git repository - name: Checkout code
run: git init uses: actions/checkout@v2
- name: Add remote repository
run: git remote add origin https://github.com/${{ github.actor }}/${{ github.repository }}.git
- name: Get pull request number - name: Get pull request number
id: pr id: pr