raniellyferreira / ghaction-dump-context

:octocat: GitHub Action composite to dump context

Home Page:https://github.com/marketplace/actions/dump-context

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub release CI workflow Become a sponsor Paypal Donate

About

GitHub Action composite to dump context of your workflow.

If you are interested, check out my other :octocat: GitHub Actions!


Usage

name: dump

on:
  push:
  pull_request:

jobs:
  dump:
    runs-on: ubuntu-latest
    steps:
      -
        name: Dump context
        uses: crazy-max/ghaction-dump-context@v1

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.

You can also support this project by becoming a sponsor on GitHub or by making a Paypal donation to ensure this journey continues indefinitely!

Thanks again for your support, it is much appreciated! 🙏

License

MIT. See LICENSE for more details.

About

:octocat: GitHub Action composite to dump context

https://github.com/marketplace/actions/dump-context

License:MIT License