We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37572df commit c28c79eCopy full SHA for c28c79e
action.yml
@@ -151,6 +151,15 @@ runs:
151
ref: ${{ fromJSON(fromJSON(inputs.client_payload)).cmRepoRef }}
152
path: gitstream/cm/
153
154
+ - name: Checkout cm org
155
+ uses: actions/checkout@v4
156
+ if: ${{ fromJSON(fromJSON(inputs.client_payload)).hasCmOrg == true && (env.SKIP_GIT_CLONE == 'false' || env.CACHE_DOWNLOAD_FAILED == 'true')}}
157
+ with:
158
+ repository: 'cm/cm'
159
+ ref: ${{ fromJSON(fromJSON(inputs.client_payload)).cmOrgRef }}
160
+ path: gitstream/cm-org/
161
+
162
163
- name: Volume folder
164
shell: bash
165
run: mv gitstream code
0 commit comments