https://github.com/flying-sheep/check
GitHub action that simply checks if the condition is true
https://github.com/flying-sheep/check
Last synced: 10 days ago
JSON representation
GitHub action that simply checks if the condition is true
- Host: GitHub
- URL: https://github.com/flying-sheep/check
- Owner: flying-sheep
- License: gpl-3.0
- Created: 2023-07-28T11:42:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-11T19:03:22.000Z (7 months ago)
- Last Synced: 2025-10-05T00:10:17.232Z (5 months ago)
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# check
GitHub action that simply checks if the condition is true
## Usage
If you want to check that a pull request has a milestone, do:
```yaml
steps:
- uses: flying-sheep/check@v1
with:
success: ${{ github.event.pull_request.milestone != null }}
```