Skip to content

Commit 1df03d9

Browse files
Merge pull request #4 from embold/releases/1.0.0
Change default Embold URL to demo instance
2 parents 48b8883 + 884d299 commit 1df03d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)