We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1be99fe + 75093a9 commit 294bb65Copy full SHA for 294bb65
.github/workflows/create-github-release.yml
@@ -17,6 +17,10 @@ jobs:
17
id: repo-clone
18
run: |
19
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
24
25
- name: Checkout branch
26
id: checkout
0 commit comments