Skip to content

Commit

Permalink
build: release v2.0.1 via 3bddc28
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 2, 2022
1 parent c545f76 commit 31ef653
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
post:
runs-on: ubuntu-latest
steps:
- uses: ddradar/lgtm-action@v2.0.0
- uses: ddradar/lgtm-action@v2.0.1
with:
image-url: "{ Your LGTM image URL }"
search-pattern: |
Expand All @@ -60,14 +60,14 @@ jobs:
runs-on: ubuntu-latest
if: (!contains(github.actor, '[bot]')) # Exclude bot comment
steps:
- uses: ddradar/choose-random-action@v1
- uses: ddradar/choose-random-action@v2
id: act
with:
contents: |
https://example.com/your-lgtm-image-1.jpg
https://example.com/your-lgtm-image-2.jpg
https://example.com/your-lgtm-image-3.jpg
- uses: ddradar/lgtm-action@v2.0.0
- uses: ddradar/lgtm-action@v2.0.1
with:
image-url: ${{ steps.act.outputs.selected }}
```
Expand Down

0 comments on commit 31ef653

Please sign in to comment.