We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2825f1a commit b91ac33Copy full SHA for b91ac33
1 file changed
.github/workflows/build.yml
@@ -166,10 +166,8 @@ jobs:
166
git init --initial-branch=main
167
git config user.name "John Doe"
168
git config user.email "john.doe@example.com"
169
+ git add -A
170
git commit -m "Initial commit"
- echo "An extra line" >> cpputest/src/README.md
171
- git add cpputest/src/README.md
172
- git commit -m "Update README.md"
173
- run: dfetch init
174
- run: dfetch environment
175
- run: dfetch validate
0 commit comments