About
GitHub Action composite to dump context of your workflow.
If you are interested, check out my other 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
Keep up-to-date with GitHub Dependabot
Since Dependabot
has native GitHub Actions support,
to enable it on your GitHub repo all you need to do is add the .github/dependabot.yml
file:
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
How can I help?
All kinds of contributions are welcome
Thanks again for your support, it is much appreciated!
License
MIT. See LICENSE
for more details.