From 1b5da38af9893e7951431fe7326d861afe46600d Mon Sep 17 00:00:00 2001 From: Athanaseus Javas Ramaila Date: Tue, 30 Jan 2024 15:42:01 +0200 Subject: [PATCH] Update python-dependants.yml --- .github/workflows/python-dependants.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-dependants.yml b/.github/workflows/python-dependants.yml index 5db37a77..e7e31605 100644 --- a/.github/workflows/python-dependants.yml +++ b/.github/workflows/python-dependants.yml @@ -1,4 +1,4 @@ -# This workflow will install Python dependencies, creat a PR to caracal-pipeline after a successful version release +# This workflow will install Python dependencies and create a PR to caracal-pipeline after a successful version release name: Python Dependants # Only trigger, when the publish workflow succeeded @@ -25,7 +25,7 @@ jobs: with: python-version: '3.x' - name: Git clone caracal - run: git clone git+https://github.com/caracal-pipeline/caracal.git ../caracal/ + run: git clone https://github.com/caracal-pipeline/caracal.git ../caracal/ - uses: actions/checkout@v4 - name: Make changes to pull request run: |