Skip to content

Commit b91ac33

Browse files
ben-ednaspoorcc
authored andcommitted
Fixup git steps in build.yml
1 parent 2825f1a commit b91ac33

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,8 @@ jobs:
166166
git init --initial-branch=main
167167
git config user.name "John Doe"
168168
git config user.email "john.doe@example.com"
169+
git add -A
169170
git commit -m "Initial commit"
170-
echo "An extra line" >> cpputest/src/README.md
171-
git add cpputest/src/README.md
172-
git commit -m "Update README.md"
173171
- run: dfetch init
174172
- run: dfetch environment
175173
- run: dfetch validate

0 commit comments

Comments
 (0)