We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9c165f + 244a4cf commit 2ff6dadCopy full SHA for 2ff6dad
CHANGELOG.md
@@ -234,7 +234,7 @@ Reverts a change for GitHub Actions which was likely causing duplicate comments
234
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
235
DANGER_MANUAL_CI: true
236
DANGER_MANUAL_GH_REPO: ${{ steps.pr_info.outputs.repo }}
237
- DANGER_MANUAL_PR: ${{ steps.pr_info.outputs.number }}
+ DANGER_MANUAL_PR_NUM: ${{ steps.pr_info.outputs.number }}
238
```
239
Which looks more intentional instead of: `DANGER_FAKE_CI` etc. [@orta]
240
0 commit comments