Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
7rulnik committed Apr 16, 2024
1 parent 9d9bd6e commit 244a4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ Reverts a change for GitHub Actions which was likely causing duplicate comments
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DANGER_MANUAL_CI: true
DANGER_MANUAL_GH_REPO: ${{ steps.pr_info.outputs.repo }}
DANGER_MANUAL_PR: ${{ steps.pr_info.outputs.number }}
DANGER_MANUAL_PR_NUM: ${{ steps.pr_info.outputs.number }}
```
Which looks more intentional instead of: `DANGER_FAKE_CI` etc. [@orta]

Expand Down

0 comments on commit 244a4cf

Please sign in to comment.