Skip to content

Commit

Permalink
Merge pull request #284 from r0adkll/patch-1
Browse files Browse the repository at this point in the history
Update README.md with correct advise for using the docker image in GHA
  • Loading branch information
f-meloni authored Aug 26, 2024
2 parents 783edcc + 540e503 commit b860365
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,11 @@ jobs:
build:
runs-on: ubuntu-latest
name: "Run Danger"
container:
image: docker://ghcr.io/danger/danger-kotlin:1.3.1
steps:
- uses: actions/checkout@v1
- name: Danger
uses: docker://ghcr.io/danger/danger-kotlin:1.3.1
- uses: actions/checkout@v4
- name: Run Danger
run: danger-kotlin ci --failOnErrors --no-publish-check
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b860365

Please sign in to comment.