1
0
Fork 0
mirror of https://github.com/ArtemSBulgakov/buildozer-action.git synced 2024-08-16 10:09:52 +02:00

Add command to create Readme

This commit is contained in:
Artem Bulgakov 2020-07-31 22:29:00 +03:00 committed by GitHub
parent 2a92f2ab17
commit 07d96fdd4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -146,8 +146,7 @@ add this to your workflow:
Also you need to create `data` branch:
```bash
git checkout --orphan data
# Here you need to create README.md
# ...
echo # Branch `data` > README.md
git add README.md
git commit -m "Add Readme"
git push origin data