|
|
|
@ -12,8 +12,9 @@ jobs:
|
|
|
|
- run: echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
|
|
|
|
- run: echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
|
|
|
|
- name: Check out repository code
|
|
|
|
- name: Check out repository code
|
|
|
|
uses: actions/checkout@v3
|
|
|
|
uses: actions/checkout@v3
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
github-server-url: 'http://www.wildsofastrella.com:3434'
|
|
|
|
repository: 'http://www.wildsofastrella.com:3434/ArnethMyndraavn/unityshinsoubanheart.git'
|
|
|
|
|
|
|
|
ref: 'Main'
|
|
|
|
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."
|
|
|
|
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."
|
|
|
|
- run: echo "The workflow is now ready to test your code on the runner."
|
|
|
|
- run: echo "The workflow is now ready to test your code on the runner."
|
|
|
|
- name: List files in the repository
|
|
|
|
- name: List files in the repository
|
|
|
|
|