From d0ed0b4b32f9f481ae1356febd8cb5ddc0f68800 Mon Sep 17 00:00:00 2001 From: Keiichi Yamada <43733654+kei711@users.noreply.github.com> Date: Wed, 6 Apr 2022 19:26:18 +0900 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f69212b..ac74d19 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ # checkout-private-action -This action checkout your private repository using Github Apps. -You can use other private repository github actions code. +This action checkout your private repository using GitHub Apps. +You can use other private repository GitHub Actions code. ## Prerequirements ### Github Apps -To checkout private repository, you need to create [Github Apps](https://docs.github.com/en/developers/apps/getting-started-with-apps/about-apps), and install it in your orgnizaions. -This Github Apps need contents read permission. +To checkout private repository, you need to create [Github Apps](https://docs.github.com/en/developers/apps/getting-started-with-apps/about-apps), and install it in your organizations. +This GitHub Apps need contents read permission. -Then, you need to keep github apps id and private key. We reccommend to keep these in github actions secrets. +Then, you need to keep GitHub Apps ID and private key. We reccommend to keep these in GitHub Actions secrets. ## Usage @@ -18,7 +18,7 @@ Then, you need to keep github apps id and private key. We reccommend to keep the # .github/worlflows/example.yml jobs: - eample: + example: # Assumed to run on ubuntu runs-on: ubuntu-latest ...