Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
c8e8b45099 |
@@ -8,12 +8,11 @@ jobs:
|
|||||||
release:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- name: Checkout repository
|
||||||
with:
|
run: |
|
||||||
repository: 'GiteaAdmin/hello_gitea'
|
git clone https://oauth2:${{ secrets.GITEATOKEN }}@direct-dev.ru/gitea/GiteaAdmin/hello_gitea.git hello_gitea
|
||||||
path: 'hello_gitea'
|
cd hello_gitea
|
||||||
token: ${{ secrets.GITEATOKEN }}
|
git checkout ${{ github.ref }}
|
||||||
ref: ${{ github.ref }}
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user