Skip to content

Commit b680404

Browse files
Update README.md
1 parent e7943ea commit b680404

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,5 @@ A workflow must have at least one job. A job is a section of the workflow associ
6666
**Actions**
6767
     The actions inside your workflow are the standalone commands that are executed. These standalone commands can reference GitHub actions such as using your own custom actions, or community actions like the one we use in the preceding example, actions/checkout@v2. You can also run commands such as run: npm install -g bats to execute a command on the runner.
6868
https://learn.microsoft.com/en-us/training/modules/github-actions-automate-tasks/2c-configure-github-actions-workflow
69+
70+
[![Hello Wokflow](https://github.com/manojkumar-jmp/explore-github-action/actions/workflows/hello-workflow.yml/badge.svg)](https://github.com/manojkumar-jmp/explore-github-action/actions/workflows/hello-workflow.yml)

0 commit comments

Comments
 (0)