Skip to content

Commit d79073e

Browse files
committed
fix(cd): fix for commit stage
1 parent 1d644ba commit d79073e

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/cd-matrix.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,6 @@ jobs:
164164
if: ${{ env.BRANCH_REF == 'refs/heads/master' && matrix.repositoryfy == true }}
165165
run: npm run ${{ matrix.repositoryfy_command }}:prod
166166

167-
- name: Stage changes
168-
if: matrix.repositoryfy == true
169-
run: |
170-
cd igniteui-live-editing-samples/${{ matrix.submodule_dir }}
171-
git add .
172-
173167
- name: Check for changes
174168
if: matrix.repositoryfy == true
175169
id: check_changes
@@ -190,6 +184,7 @@ jobs:
190184
cd igniteui-live-editing-samples/${{ matrix.submodule_dir }}
191185
git config --global user.name "github-actions[bot]"
192186
git config --global user.email "github-actions[bot]@users.noreply.github.com"
187+
git add .
193188
git commit -m "Automated repository update"
194189
195190
- name: Push changes

0 commit comments

Comments
 (0)