Skip to content

Commit 8e0fac3

Browse files
authored
Update workflow names and add badges to README.md (#251)
* Update workflow names and add badges to README.md * Another workflow name change
1 parent 4bfc9d7 commit 8e0fac3

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.github/workflows/check-urls.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Check URLs
1+
name: URLs
22

33
on:
44
workflow_dispatch:

.github/workflows/deploy-prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy to Zendesk
1+
name: deploy
22

33
on:
44
repository_dispatch:

.github/workflows/workflow-validate.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Validate
1+
name: validate
22

33
on:
44
repository_dispatch:

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Arduino Help Center
22
===================
33

4+
[![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)
5+
[![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)
6+
[![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)
7+
48
## What Is this Repository?
59

610
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.

0 commit comments

Comments
 (0)