Fixed the workflow.
All checks were successful
StarFields Django Rest Framework Generics / build (push) Successful in 1m8s

This commit is contained in:
2024-10-01 02:59:17 +03:00
parent 00bbb65d21
commit 0cde861177

View File

@@ -11,7 +11,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
run: |
git clone https://${{secrets.GIT_USERNAME}}:${{secrets.GIT_PASSWORD_URLENCODED}}@git.starfieldsweb.com/StarFields/starfields-drf-generics ./
- name: Set up Python
# This is the version of the action for setting up Python, not the Python version.