Skip to content

Commit

Permalink
SCHED-715: Change path to clone
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio committed Jul 25, 2024
1 parent 9e98fdb commit 764d89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
env:
GH_PAT: ${{ secrets.GH_PAT }}
run: |
git clone https://${GH_PAT}@github.com/stroncod/pyexplore.git /home/runner/work/scheduler/scheduler/
git clone https://${GH_PAT}@github.com/stroncod/pyexplore.git
- name: Install requirements for pyexplore
run: |
Expand Down

0 comments on commit 764d89a

Please sign in to comment.