Skip to content

Commit

Permalink
Added a note on how to add a badge
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeychernyshev committed Mar 15, 2024
1 parent 7d5a859 commit ae7d6a8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@ jobs:
You can tweak it further to run it on different events or branches.
#### Add a badge to you README
To add a badge at the top of your repo README file, use the following markdown code:
```
[![we play GitTerra](https://github.com/REPO-OWNER/REPO/actions/workflows/gitterra.yml/badge.svg)](https://github.com/REPO-OWNER/REPO/actions/workflows/gitterra.yml)
```

Replace `REPO-OWNER` with your GitHub username and `REPO` with your repository name.

### In GitLab repo

In order to play GitTerra in your GitLab repository, add the following lines to your `.gitlab-ci.yml` file:
Expand Down

0 comments on commit ae7d6a8

Please sign in to comment.