Skip to content

Commit

Permalink
Readme correction
Browse files Browse the repository at this point in the history
  • Loading branch information
gzukowski authored and a-tylenda committed Jan 30, 2024
1 parent 356364f commit f47b55f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
3 changes: 3 additions & 0 deletions js/clickup-add-issues/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ cd ..
//deploy a compiled package with a parameters
//replace api key with your clickup api key
si seq deploy clickup-add-issues.tar.gz --args '["apikey"]'

si seq deploy clickup-add-issues.tar.gz --args '["apikey"]' -f path-to-your-config.json // this runs the sequence with the tags specified in the config.json file
//"source" in the sample config.json file defines for which repository specific tags should be set
```

## Git-read-issues
Expand Down
5 changes: 5 additions & 0 deletions js/clickup-add-issues/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"source1": [],
"source2" : ["tag1", "tag2"]

}
2 changes: 0 additions & 2 deletions js/git-read-issues/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ cd ..
//replace api key with your github api key
si seq deploy git-read-issues.tar.gz --args '["apikey"]' // this runs the sequence without any tags specified

si seq deploy git-read-issues.tar.gz --args '["apikey"]' -f path-to-your-config.json // this runs the sequence with the tags specified in the config.json file
//"source" in the sample config.json file defines for which repository specific tags should be set
```

## Clickup-add-issues
Expand Down
5 changes: 0 additions & 5 deletions js/git-read-issues/config.json

This file was deleted.

0 comments on commit f47b55f

Please sign in to comment.