Skip to content

Commit da7800d

Browse files
committed
reword project description
use "Github Action" instead of "Github Actions"
1 parent 5a48d44 commit da7800d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test Github Actions
1+
name: Test Github Action
22
on:
33
push:
44
schedule:

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# latex-action
22

3-
[![GitHub Actions Status](https://github.com/xu-cheng/latex-action/workflows/Test%20Github%20Actions/badge.svg)](https://github.com/xu-cheng/latex-action/actions)
3+
[![GitHub Actions Status](https://github.com/xu-cheng/latex-action/workflows/Test%20Github%20Action/badge.svg)](https://github.com/xu-cheng/latex-action/actions)
44

5-
GitHub Actions to compile LaTeX documents.
5+
GitHub Action to compile LaTeX documents.
66

77
It runs in the docker with a minimal [TeXLive](https://www.tug.org/texlive/) environment installed. Further, it uses [`texliveonfly`](https://ctan.org/pkg/texliveonfly) to find and install the missing packages.
88

action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: Github Actions for LaTeX
2-
description: GitHub Actions to compile LaTeX documents
1+
name: Github Action for LaTeX
2+
description: GitHub Action to compile LaTeX documents
33
author: Cheng XU
44
inputs:
55
root_file:

0 commit comments

Comments
 (0)