lib/danger/ci_source/github_actions.rb in danger-8.2.0 vs lib/danger/ci_source/github_actions.rb in danger-8.2.1

- old
+ new

@@ -4,10 +4,10 @@ # ### CI Setup # # You can use `danger/danger` Action in your `.github/workflows/xxx.yml`. # And so, you can use GITHUB_TOKEN secret as `DANGER_GITHUB_API_TOKEN` environment variable. # - # ``` + # ```yml # ... # steps: # - uses: actions/checkout@v1 # - uses: danger/danger@master # env: