From 8e0fac31fa1482d9cad36ba4b96d26b31b6ae95f Mon Sep 17 00:00:00 2001 From: seaxwi <71350948+seaxwi@users.noreply.github.com> Date: Mon, 24 Jul 2023 17:36:10 +0200 Subject: [PATCH] Update workflow names and add badges to README.md (#251) * Update workflow names and add badges to README.md * Another workflow name change --- .github/workflows/check-urls.yml | 2 +- .github/workflows/deploy-prod.yml | 2 +- .github/workflows/workflow-validate.yaml | 2 +- README.md | 4 ++++ 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-urls.yml b/.github/workflows/check-urls.yml index 052cc913..0e980593 100644 --- a/.github/workflows/check-urls.yml +++ b/.github/workflows/check-urls.yml @@ -1,4 +1,4 @@ -name: Check URLs +name: URLs on: workflow_dispatch: diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 1f5ebc3a..93dce97d 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -1,4 +1,4 @@ -name: Deploy to Zendesk +name: deploy on: repository_dispatch: diff --git a/.github/workflows/workflow-validate.yaml b/.github/workflows/workflow-validate.yaml index 70a18038..56b05a22 100644 --- a/.github/workflows/workflow-validate.yaml +++ b/.github/workflows/workflow-validate.yaml @@ -1,4 +1,4 @@ -name: Validate +name: validate on: repository_dispatch: diff --git a/README.md b/README.md index 21a8b826..4b73d57f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ Arduino Help Center =================== +[![validate](https://github.com/arduino/help-center-content/actions/workflows/workflow-validate.yaml/badge.svg)](https://github.com/arduino/help-center-content/actions/workflows/workflow-validate.yaml) +[![deploy](https://github.com/arduino/help-center-content/actions/workflows/deploy-prod.yml/badge.svg)](https://github.com/arduino/help-center-content/actions/workflows/deploy-prod.yml) +[![URLs](https://github.com/arduino/help-center-content/actions/workflows/check-urls.yml/badge.svg)](https://github.com/arduino/help-center-content/actions/workflows/check-urls.yml) + ## What Is this Repository? This repository hosts the content for the [Arduino Help Center](https://support.arduino.cc/). The content is written in Markdown, which is converted to HTML automatically during the build process.