File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ See [LICENSE](./LICENSE).
1111
1212#### ` emboldUrl `
1313
14- ** Required** URL of your Embold instance. Default : ` https://packages .embold.io/ `
14+ ** Required** URL of your Embold instance. e.g. : ` https://demo .embold.io/ `
1515
1616#### ` emboldToken `
1717
@@ -79,7 +79,7 @@ Quality gate detailed data
7979- name : Run Embold Scan
8080 uses : embold/github-action-docker@v1.0
8181 with :
82- emboldUrl : https://packages .embold.io/
82+ emboldUrl : https://demo .embold.io/
8383 emboldToken : ${{ secrets.EMBOLD_TOKEN }}
8484 emboldRepoUid : ${{ secrets.EMBOLD_REPO_UID }}
8585` ` `
@@ -137,7 +137,7 @@ jobs:
137137 - name : Run Embold Scan
138138 uses : embold/github-action-docker@v1.0
139139 with :
140- emboldUrl : https://packages .embold.io/
140+ emboldUrl : https://demo .embold.io/
141141 emboldToken : ${{ secrets.EMBOLD_TOKEN }}
142142 emboldRepoUid : ${{ secrets.EMBOLD_REPO_UID }}
143143 repositoryConfigPath : repository-configuration.json
@@ -162,4 +162,4 @@ jobs:
162162
163163# # Support
164164
165- For issues and questions, please visit the [Embold documentation](https://docs.embold.io/) or contact Embold support.
165+ For issues and questions, please visit the [Embold documentation](https://docs.embold.io/) or contact Embold support.
You can’t perform that action at this time.
0 commit comments