Skip to content

Commit d667f8c

Browse files
Update README.md
1 parent abb9c04 commit d667f8c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can use one of those as reference:
1919

2020
### For a public repository
2121

22-
```
22+
```bash
2323
- name: Clone GuillaumeFalourd/poc-github-actions PUBLIC repository
2424
uses: GuillaumeFalourd/clone-github-repo-action@v1
2525
with:
@@ -31,7 +31,7 @@ You can use one of those as reference:
3131

3232
To use this action to clone a `PRIVATE` repository the Github User/Admin has access to, it's necessary to create a [PERSONAL ACCESS TOKEN](https://github.com/settings/tokens) with `REPOSITORY` scopes.
3333

34-
```
34+
```bash
3535
- name: Clone GuillaumeFalourd/formulas-training PRIVATE repository
3636
uses: GuillaumeFalourd/clone-github-repo-action@v1
3737
with:
@@ -51,10 +51,10 @@ cd <repository-name>
5151
#### Step Example
5252

5353
```bash
54-
- name: Access cloned repository content
55-
run: |
56-
cd <repository-name>
57-
ls -l
54+
- name: Access cloned repository content
55+
run: |
56+
cd <repository-name>
57+
ls -l
5858
```
5959

6060
## Licensed

0 commit comments

Comments
 (0)