Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flying-sheep/check
GitHub action that simply checks if the condition is true
https://github.com/flying-sheep/check
Last synced: about 1 month 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 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-08T06:50:19.000Z (3 months ago)
- Last Synced: 2024-10-31T10:48:50.130Z (about 2 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 }}
```