mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-25 17:10:27 +00:00
Update develop_ci.yml
This commit is contained in:
parent
fa16786599
commit
5e986552b9
1 changed files with 6 additions and 0 deletions
6
.github/workflows/develop_ci.yml
vendored
6
.github/workflows/develop_ci.yml
vendored
|
@ -10,6 +10,12 @@ 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: Get pull request number
|
||||
id: pr
|
||||
run: echo "::set-output name=number::$(jq --raw-output .pull_request.number $GITHUB_EVENT_PATH)"
|
||||
|
|
Loading…
Reference in a new issue