Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crazy-max/ghaction-dump-context
GitHub Action composite to dump context
https://github.com/crazy-max/ghaction-dump-context
actions context github-actions
Last synced: 1 day ago
JSON representation
GitHub Action composite to dump context
- Host: GitHub
- URL: https://github.com/crazy-max/ghaction-dump-context
- Owner: crazy-max
- License: mit
- Created: 2020-08-11T23:02:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-17T14:04:15.000Z (4 months ago)
- Last Synced: 2024-10-18T07:31:49.238Z (28 days ago)
- Topics: actions, context, github-actions
- Homepage: https://github.com/marketplace/actions/dump-context
- Size: 61.5 KB
- Stars: 38
- Watchers: 3
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
[![GitHub release](https://img.shields.io/github/release/crazy-max/ghaction-dump-context.svg?style=flat-square)](https://github.com/crazy-max/ghaction-dump-context/releases/latest)
[![CI workflow](https://img.shields.io/github/actions/workflow/status/crazy-max/ghaction-dump-context/ci.yml?branch=master&label=ci&logo=github&style=flat-square)](https://github.com/crazy-max/ghaction-dump-context/actions?workflow=test)
[![Become a sponsor](https://img.shields.io/badge/sponsor-crazy--max-181717.svg?logo=github&style=flat-square)](https://github.com/sponsors/crazy-max)
[![Paypal Donate](https://img.shields.io/badge/donate-paypal-00457c.svg?logo=paypal&style=flat-square)](https://www.paypal.me/crazyws)## About
GitHub Action [composite](https://docs.github.com/en/actions/creating-actions/creating-a-composite-run-steps-action)
to [dump context](https://docs.github.com/en/actions/learn-github-actions/contexts#example-printing-context-information-to-the-log-file)
of your workflow and display other useful information of the runner.___
* [Usage](#usage)
* [Contributing](#contributing)
* [License](#license)## Usage
```yaml
name: dumpon:
push:
pull_request:jobs:
dump:
runs-on: ubuntu-latest
steps:
-
name: Dump context
uses: crazy-max/ghaction-dump-context@v2
```## Contributing
Want to contribute? Awesome! The most basic way to show your support is to star the project, or to raise issues. If
you want to open a pull request, please read the [contributing guidelines](.github/CONTRIBUTING.md).You can also support this project by [**becoming a sponsor on GitHub**](https://github.com/sponsors/crazy-max) or by
making a [Paypal donation](https://www.paypal.me/crazyws) to ensure this journey continues indefinitely!Thanks again for your support, it is much appreciated! :pray:
## License
MIT. See `LICENSE` for more details.