mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 01:50:19 +08:00
Update develop_ci.yml
This commit is contained in:
parent
5e986552b9
commit
81a12016d2
7
.github/workflows/develop_ci.yml
vendored
7
.github/workflows/develop_ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user