All Projects → crazy-max → ghaction-dump-context

crazy-max / ghaction-dump-context

Licence: MIT license
GitHub Action composite to dump context

Projects that are alternatives of or similar to ghaction-dump-context

deno-action
Github action for setup Deno
Stars: ✭ 24 (-20%)
Mutual labels:  actions
wp-documentor
Documentation Generator for WordPress.
Stars: ✭ 28 (-6.67%)
Mutual labels:  actions
Actions Gh Pages
GitHub Actions for GitHub Pages 🚀 Deploy static files and publish your site easily. Static-Site-Generators-friendly.
Stars: ✭ 2,576 (+8486.67%)
Mutual labels:  actions
action
📦📊 GitHub Action to reports on the size of your npm package
Stars: ✭ 36 (+20%)
Mutual labels:  actions
gh-pages-action
A GitHub Action to deploy a static site on GitHub Pages.
Stars: ✭ 26 (-13.33%)
Mutual labels:  actions
Starter Workflows
Accelerating new GitHub Actions workflows
Stars: ✭ 5,515 (+18283.33%)
Mutual labels:  actions
Android-CICD
This repo demonstrates how to work on CI/CD for Mobile Apps 📱 using Github Actions 💊 + Firebase Distribution 🎉
Stars: ✭ 37 (+23.33%)
Mutual labels:  actions
k6-action
k6 is now available as a GitHub Action
Stars: ✭ 64 (+113.33%)
Mutual labels:  actions
serverless-actions
Serverless GitHub Actions
Stars: ✭ 112 (+273.33%)
Mutual labels:  actions
Actionsflow
The free Zapier/IFTTT alternative for developers to automate your workflows based on Github actions
Stars: ✭ 2,243 (+7376.67%)
Mutual labels:  actions
github-run-tests-action
mabl Github Actions implementation
Stars: ✭ 39 (+30%)
Mutual labels:  actions
webpack-stats-diff-action
Github action to print Webpack stat diffs in your pull-requests.
Stars: ✭ 29 (-3.33%)
Mutual labels:  actions
Super Linter
Combination of multiple linters to install as a GitHub Action
Stars: ✭ 7,445 (+24716.67%)
Mutual labels:  actions
npm-update-check-action
npm new package version check action for GitHub Actions.
Stars: ✭ 17 (-43.33%)
Mutual labels:  actions
Awesome Actions
A curated list of awesome actions to use on GitHub
Stars: ✭ 16,943 (+56376.67%)
Mutual labels:  actions
Actions-OP
Autobuild openwrt using github actions | 自动编译你的专属openwrt固件
Stars: ✭ 19 (-36.67%)
Mutual labels:  actions
Actions Openwrt
A template for building OpenWrt with GitHub Actions | 使用 GitHub Actions 云编译 OpenWrt
Stars: ✭ 4,742 (+15706.67%)
Mutual labels:  actions
action-my-broken-link-checker
A GitHub Action for checking broken links
Stars: ✭ 32 (+6.67%)
Mutual labels:  actions
Fastpages
An easy to use blogging platform, with enhanced support for Jupyter Notebooks.
Stars: ✭ 2,888 (+9526.67%)
Mutual labels:  actions
Materialabout
It's a material-design about screen to use on your Android apps. A developer profile and application information easy to integrate. 🔖
Stars: ✭ 1,511 (+4936.67%)
Mutual labels:  actions

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].