Skip to content

GirishCodeAlchemy/githubaction-workflow-status-capture

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Githubaction-Workflow-Status-Capture

githubaction workflow status generator

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 under Settings -> Actions -> General so that it can update README.md.

output

Workflow Build Status
Update Readme Workflows 1 Githubaction Status
Use githubaction status generator to update workflow status in README Use githubaction status generator to update workflow status in README

About

Update the Githubaction workflow status to the readme

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published