Skip to content

Commit

Permalink
Use released version of the action in examples
Browse files Browse the repository at this point in the history
Signed-off-by: Jeroen Knoops <[email protected]>
  • Loading branch information
JeroenKnoops committed Sep 8, 2022
1 parent e01594f commit 958bd59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
DETECT_YARN_PROD_ONLY: true
- name: Create report in Black Duck
uses: philips-internal/blackduck-report-action@main
uses: philips-software/blackduck-report-action@v0.1
id: blackduck-report
with:
blackduck-url: ${{ secrets.BLACKDUCK_URL }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Create Black Duck Report and download it
## Example usage

```yaml
- uses: philips-internal/blackduck-report-action@main
- uses: philips-software/blackduck-report-action@v0.1
id: blackduck-report
with:
blackduck-url: https://my-blackduck-server
Expand Down

0 comments on commit 958bd59

Please sign in to comment.