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
steps:
- name: Initialize Git repository
run: git init
- name: Add remote repository
run: git remote add origin https://github.com/${{ github.actor }}/${{ github.repository }}.git
- name: Checkout code
uses: actions/checkout@v2
- name: Get pull request number
id: pr