We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d644ba commit d79073eCopy full SHA for d79073e
1 file changed
.github/workflows/cd-matrix.yml
@@ -164,12 +164,6 @@ jobs:
164
if: ${{ env.BRANCH_REF == 'refs/heads/master' && matrix.repositoryfy == true }}
165
run: npm run ${{ matrix.repositoryfy_command }}:prod
166
167
- - name: Stage changes
168
- if: matrix.repositoryfy == true
169
- run: |
170
- cd igniteui-live-editing-samples/${{ matrix.submodule_dir }}
171
- git add .
172
-
173
- name: Check for changes
174
if: matrix.repositoryfy == true
175
id: check_changes
@@ -190,6 +184,7 @@ jobs:
190
184
cd igniteui-live-editing-samples/${{ matrix.submodule_dir }}
191
185
git config --global user.name "github-actions[bot]"
192
186
git config --global user.email "github-actions[bot]@users.noreply.github.com"
187
+ git add .
193
188
git commit -m "Automated repository update"
194
189
195
- name: Push changes
0 commit comments