Skip to content

Commit

Permalink
Merge pull request danger#193 from tegorov/fix-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
f-meloni authored Oct 11, 2021
2 parents 3c679c5 + 85a21f2 commit 9260141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Danger
uses: danger/[email protected]beta.4
uses: danger/[email protected]beta4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
Expand All @@ -100,7 +100,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Danger
uses: docker://ghcr.io/danger/danger-kotlin:1.0.0-beta.4
uses: docker://ghcr.io/danger/danger-kotlin:1.0.0-beta4
with:
args: --failOnErrors --no-publish-check
env:
Expand Down

0 comments on commit 9260141

Please sign in to comment.