Skip to content

Commit

Permalink
fix markdown formatting issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhadfield committed Aug 25, 2023
1 parent 9d4df28 commit 5ab7498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ Environment variable: BITBUCKET_COMPARE

[Official documentation](https://docs.gitea.com/development/api-usage#generating-and-listing-api-tokens)

The value for GITEA_APIURL needs to be in the format: https://<domain>/api/v1, where domain is something like gitea.example.com.
The value for GITEA_APIURL needs to be in the format: https://[domain]/api/v1, where domain is something like gitea.example.com.

GITEA_TOKEN is the secret you need to generate using the API (see official documentation above), or via the web GUI:

Expand Down

0 comments on commit 5ab7498

Please sign in to comment.