Skip to content

Commit ebbbb88

Browse files
committed
docs: some minor changes
1 parent 059085e commit ebbbb88

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Example GitHub Action Using Golang
1+
# Example for GitHub Action Using Go
22

33
[![CI](https://github.com/pplmx/setup-custom-action-by-docker/workflows/CI/badge.svg)](https://github.com/pplmx/setup-custom-action-by-docker/actions)
44
[![Coverage Status](https://coveralls.io/repos/github/pplmx/setup-custom-action-by-docker/badge.svg?branch=main)](https://coveralls.io/github/pplmx/setup-custom-action-by-docker?branch=main)
55

66
## Overview
77

8-
**Example GitHub Action Using Golang** is a custom GitHub Action designed to handle text processing, lists, files, and
8+
**Example for GitHub Action Using Go** is a custom GitHub Action designed to handle text processing, lists, files, and
99
API requests efficiently using Go. The action is configured using a TOML file and runs inside a Docker container.
1010

1111
## Features
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- uses: actions/checkout@v4
4747

48-
- name: Run Example GitHub Action Using Golang
48+
- name: Run Example for GitHub Action Using Go
4949
uses: pplmx/setup-custom-action-by-docker@main
5050
```
5151

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Example GitHub Action Using Golang'
1+
name: 'Example for GitHub Action Using Go'
22
description: 'A GitHub Action that handles text, lists, files, and API requests using Go, configured via TOML'
33
author: 'Mystic'
44
branding:

0 commit comments

Comments
 (0)