Skip to content

Commit

Permalink
docs: some minor changes
Browse files Browse the repository at this point in the history
pplmx committed Aug 28, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent e1c6531 commit 2070dd9
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 TypeScript
# Example for GitHub Action Using TS

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

## Overview

**Example GitHub Action Using TypeScript** is a custom GitHub Action designed to handle text processing, lists, and API
**Example for GitHub Action Using TS** is a custom GitHub Action designed to handle text processing, lists, and API
requests efficiently using TypeScript. The action is configured using a TOML file.

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

- name: Run Example GitHub Action Using TypeScript
- name: Run Example for GitHub Action Using TS
uses: pplmx/setup-custom-action-by-ts@main

```
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 TypeScript'
name: 'Example for GitHub Action Using TS'
description: 'A GitHub Action that handles text, lists, files, and API requests using Go, configured via TOML'
author: 'Mystic'
branding:

0 comments on commit 2070dd9

Please sign in to comment.