Skip to content

Commit 9a39bd3

Browse files
committed
Use force flag in cli
1 parent 15db96d commit 9a39bd3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
git commit -m "Initial commit"
171171
- run: dfetch init
172172
- run: dfetch environment
173-
- run: dfetch add https://github.com/dfetch-org/test-repo
173+
- run: dfetch add -f https://github.com/dfetch-org/test-repo
174174
- run: dfetch validate
175175
- run: dfetch check
176176
- run: dfetch update

.github/workflows/run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- run: dfetch environment
4141
- run: dfetch validate
42-
- run: dfetch add https://github.com/dfetch-org/test-repo
42+
- run: dfetch add -f https://github.com/dfetch-org/test-repo
4343
- run: dfetch check
4444
- run: dfetch update
4545
- run: dfetch update

0 commit comments

Comments
 (0)