Skip to content

Commit

Permalink
docs: some minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Aug 28, 2024
1 parent 059085e commit ebbbb88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Example GitHub Action Using Golang
# Example for GitHub Action Using Go

[![CI](https://github.com/pplmx/setup-custom-action-by-docker/workflows/CI/badge.svg)](https://github.com/pplmx/setup-custom-action-by-docker/actions)
[![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)

## Overview

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

## Features
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Run Example GitHub Action Using Golang
- name: Run Example for GitHub Action Using Go
uses: pplmx/setup-custom-action-by-docker@main
```
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Example GitHub Action Using Golang'
name: 'Example for GitHub Action Using Go'
description: 'A GitHub Action that handles text, lists, files, and API requests using Go, configured via TOML'
author: 'Mystic'
branding:
Expand Down

0 comments on commit ebbbb88

Please sign in to comment.