No description
Find a file
2024-04-11 11:14:25 +02:00
.github linux: print /etc/hosts and /etc/resolv.conf 2024-04-11 10:53:16 +02:00
.editorconfig Initial version 2020-08-12 01:18:16 +02:00
.gitignore Initial version 2020-08-12 01:18:16 +02:00
action.yml linux: print systemd logs 2024-04-11 11:13:12 +02:00
LICENSE new year 2024-02-23 09:10:06 +01:00
README.md Bump to v2 2023-02-12 02:46:10 +01:00

GitHub release CI workflow Become a sponsor Paypal Donate

About

GitHub Action composite to dump context of your workflow and display other useful information of the runner.


Usage

name: dump

on:
  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.

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.