Skip to content

Commit

Permalink
Update delete.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcafferry committed Aug 17, 2020
1 parent fcd22f7 commit 8866ffc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/delete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
run: |
ls
echo '------------------------------'
git config --global user.email "ucecwme@ucl.ac.uk"
git config --global user.name "nickcafferry"
git config --global user.email "your email address"
git config --global user.name "your user name"
git init
git rm -rf master
git commit -m "remove master documents"
Expand Down

0 comments on commit 8866ffc

Please sign in to comment.