Исправлен workflow - 6 для сборки и релиза

This commit is contained in:
2025-07-27 13:29:09 +06:00
parent 5614bd6ada
commit 580b20597a

View File

@@ -8,12 +8,11 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
repository: 'GiteaAdmin/hello_gitea'
path: 'hello_gitea'
token: ${{ secrets.GITEATOKEN }}
ref: ${{ github.ref }}
- name: Checkout repository
run: |
git clone https://oauth2:${{ secrets.GITEATOKEN }}@direct-dev.ru/gitea/GiteaAdmin/hello_gitea.git hello_gitea
cd hello_gitea
git checkout ${{ github.ref }}
- name: Build
run: |