mirror of
https://github.com/MuRuLOSE/limoka.git
synced 2026-06-18 15:14:18 +02:00
ф
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -15,7 +15,7 @@ on:
|
|||||||
# Environment variables available to all jobs
|
# Environment variables available to all jobs
|
||||||
env:
|
env:
|
||||||
BRANCH_NAME: "update-submodules_${{ github.sha }}"
|
BRANCH_NAME: "update-submodules_${{ github.sha }}"
|
||||||
REPO_URL: "github.com/MuRuLOSE/limoka.git" # Updated repository URL
|
REPO_URL: "github.com/MuRuLOSE/limoka.git" # Repository URL
|
||||||
GIT_DEPTH: 0 # Fetch full history for Git operations
|
GIT_DEPTH: 0 # Fetch full history for Git operations
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -70,6 +70,8 @@ jobs:
|
|||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.9'
|
python-version: '3.9'
|
||||||
|
- name: Install Python dependencies
|
||||||
|
run: pip install requests
|
||||||
- name: Clone and update repositories
|
- name: Clone and update repositories
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user