Skip to content

Commit

Permalink
Fix IGNORE_PROJECT_IDS example (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
aetheon authored Dec 14, 2021
1 parent ea92d72 commit 8950bb7
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 @@ -52,7 +52,7 @@ jobs:
BOARD_COLUMN_MERGED: 'Ready to Test'
BOARD_COLUMN_CLOSED: 'Rejected'
env:
IGNORE_PROJECT_IDS="1,2,3"
IGNORE_PROJECT_IDS="1 2 3"

```

Expand Down

0 comments on commit 8950bb7

Please sign in to comment.