https://github.com/flying-sheep/check
GitHub action that simply checks if the condition is true
https://github.com/flying-sheep/check
Last synced: 4 months 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-08T06:50:19.000Z (9 months ago)
- Last Synced: 2025-03-02T16:02:14.507Z (4 months ago)
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- 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 }}
```