From da7800d374b0cf40cbe6a6b28228a070e0c98321 Mon Sep 17 00:00:00 2001 From: Cheng XU Date: Tue, 17 Sep 2019 01:25:04 +0800 Subject: [PATCH] reword project description use "Github Action" instead of "Github Actions" --- .github/workflows/test.yml | 2 +- README.md | 4 ++-- action.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4dd7694..97032fa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: Test Github Actions +name: Test Github Action on: push: schedule: diff --git a/README.md b/README.md index 46715c1..64cb831 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # latex-action -[![GitHub Actions Status](https://github.com/xu-cheng/latex-action/workflows/Test%20Github%20Actions/badge.svg)](https://github.com/xu-cheng/latex-action/actions) +[![GitHub Actions Status](https://github.com/xu-cheng/latex-action/workflows/Test%20Github%20Action/badge.svg)](https://github.com/xu-cheng/latex-action/actions) -GitHub Actions to compile LaTeX documents. +GitHub Action to compile LaTeX documents. 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. diff --git a/action.yml b/action.yml index c4e82f1..6682e34 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ -name: Github Actions for LaTeX -description: GitHub Actions to compile LaTeX documents +name: Github Action for LaTeX +description: GitHub Action to compile LaTeX documents author: Cheng XU inputs: root_file: