Tweak README.

This commit is contained in:
Manuele Simi 2021-01-24 22:48:14 -05:00
parent 460ac46f82
commit 9010e45923
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ Starting from a list of git projects and a Bash fragment, for each project, this
## How Does It Work
The pipeline:
1. clones one repository at the time
2. downloads the file _Action Root_/_Action File_ in the root folder of the repository
2. downloads the action file from _Action Root_/_Action File_ in the root folder of the repository
3. runs the action file using the root folder of the repository as working dir
4. pushes the repository back to Gitea
@ -42,7 +42,7 @@ accounting-analytics
````
### Action File
The following fragment downloads a file named LICENSE.md and adds it to the repository (if it does not exists):
The following fragment downloads a file named LICENSE.md and adds it to the repository (if it does not exist):
````bash
#!/usr/bin/env bash