Skip to content
git-branch

GitHub Action

Capture GithubAction Workflow status to Readme

v2.0 Latest version

Capture GithubAction Workflow status to Readme

git-branch

Capture GithubAction Workflow status to Readme

Updates the Readme with the latest workflow status

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Capture GithubAction Workflow status to Readme

uses: GirishCodeAlchemy/githubaction-workflow-status-capture@v2.0

Learn more about this action in GirishCodeAlchemy/githubaction-workflow-status-capture

Choose a version

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