Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added GitHub Actions build status using workflow name #353

Merged
merged 1 commit into from
Oct 22, 2021

Conversation

rashedkvm
Copy link
Contributor

@rashedkvm rashedkvm commented Oct 22, 2021

Signed-off-by: Rashed Kamal [email protected]

Added build status to the set of README badges

Description

Added build status from GitHub Actions to the set of README badges using workflow name

Motivation and Context

This fix will display the build status from GitHub Actions

#352

  • I have raised an issue to propose this change (required)

How Has This Been Tested?

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I've read the CONTRIBUTION guide
  • I have signed-off my commits with git commit -s
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@@ -9,6 +9,7 @@ The tool is written in Go and is cross-compiled for Linux, Windows, MacOS and ev
How do you say it? Ketchup, as in tomato.

[![Sponsor this](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&link=https://github.com/sponsors/alexellis)](https://github.com/sponsors/alexellis)
![build](https://github.com/alexellis/k3sup/actions/workflows/build.yaml/badge.svg)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm going to merge this, but I would like you to make this into a Link as well as an image, so that when it's clicked on, it goes to the build instead of downloading the image.

See how @briwagner did it and send us another PR?

openfaas/faas@f7002cb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants