Update all the Githubaction workflow status automatically to the readme
Usage example:
name: Use githubaction status generator to update workflow status in README
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Run Githubaction Generator
uses: GirishCodeAlchemy/githubaction-workflow-status-capture@v2.0
[!IMPORTANT] Enable the
Read and write
permission option in the repository settings underSettings
->Actions
->General
so that it can update README.md.
Workflow | Build Status |
---|---|
Update Readme Workflows 1 | |
Use githubaction status generator to update workflow status in README |