Skip to content

Commit 75093a9

Browse files
CBDEVOPS-503 fix django release workflow
1 parent 1be99fe commit 75093a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/create-github-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
id: repo-clone
1818
run: |
1919
git clone https://${{ secrets.GIT_TOKEN }}@github.com/crowdbotics/django-scaffold.git
20+
21+
- name: Clone Reusable Actions Repo
22+
run: |
23+
git clone -b master https://${{ secrets.GIT_TOKEN }}@github.com/crowdbotics/github-actions.git
2024
2125
- name: Checkout branch
2226
id: checkout

0 commit comments

Comments
 (0)