Skip to content

Commit

Permalink
chore: small change into the README (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
sileht authored Nov 7, 2023
1 parent 2cea07f commit a8b354e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINEAR_API_KEY: ${{ secrets.LINEAR_API_KEY }}
EMAIL_MAPPING: |
sileht@mergify.com sileht
jd@mergify.com jd
EMAIL_MAPPING: ${{ vars.EMAIL_MAPPING }}
```

The email mapping GitHub Action variables format is:

```
sileht@mergify.com sileht
jd@mergify.com jd
```

0 comments on commit a8b354e

Please sign in to comment.