Skip to content

Commit 2ff6dad

Browse files
authored
Merge pull request #1437 from 7rulnik/main
Replace DANGER_MANUAL_PR with DANGER_MANUAL_PR_NUM in changelog
2 parents f9c165f + 244a4cf commit 2ff6dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ Reverts a change for GitHub Actions which was likely causing duplicate comments
234234
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
235235
DANGER_MANUAL_CI: true
236236
DANGER_MANUAL_GH_REPO: ${{ steps.pr_info.outputs.repo }}
237-
DANGER_MANUAL_PR: ${{ steps.pr_info.outputs.number }}
237+
DANGER_MANUAL_PR_NUM: ${{ steps.pr_info.outputs.number }}
238238
```
239239
Which looks more intentional instead of: `DANGER_FAKE_CI` etc. [@orta]
240240

0 commit comments

Comments
 (0)