Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sarrubia committed May 18, 2022
1 parent 4ed45e2 commit 7c1a95e
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 @@ -38,7 +38,7 @@ with:
In this mode, the SDK loads a mapping of split name to treatment from a file at `.github/splitio/.split`. For a given split, the treatment specified in the file is returned for every customer.

**Important:** in order to get access to read the `.split` file from your repo, you must to run the `checkout` action before to run the Split evaluation.
**Important:** in order to get access to read the `.split` file from your repo, you must to run the `checkout` action before the Split evaluation.

```yaml
- name: Checkout code
Expand Down

0 comments on commit 7c1a95e

Please sign in to comment.