From ae5079ecac4b779a3405088237af961f97d76b2f Mon Sep 17 00:00:00 2001 From: Frieder Bluemle Date: Thu, 13 Feb 2020 21:46:51 -0800 Subject: [PATCH] Fix GitHub spelling --- README.md | 8 ++++---- src/main.ts | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4a576b8..3177496 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Execute Gradle commands in Github Actions workflows +# Execute Gradle commands in GitHub Actions workflows -This Github Action can be used to run arbitrary Gradle commands on any platform supported by Github Actions. +This GitHub Action can be used to run arbitrary Gradle commands on any platform supported by GitHub Actions. -You might also be interested by the related [Gradle Plugin](https://github.com/eskatos/gradle-github-actions-plugin) that allows your build to easily get Github Actions environment and tag Gradle Build Scans accordingly. +You might also be interested by the related [Gradle Plugin](https://github.com/eskatos/gradle-github-actions-plugin) that allows your build to easily get GitHub Actions environment and tag Gradle Build Scans accordingly. ## Usage @@ -46,7 +46,7 @@ arguments: build -DsystemProperty=bar See `gradle --help` for more information. -If you need to pass environment variables, simply use the Github Actions workflow syntax: +If you need to pass environment variables, simply use the GitHub Actions workflow syntax: ```yaml - uses: eskatos/gradle-command-action@v1 diff --git a/src/main.ts b/src/main.ts index 680b078..c0ff113 100644 --- a/src/main.ts +++ b/src/main.ts @@ -7,7 +7,7 @@ import * as gradlew from "./gradlew"; import * as provision from "./provision"; -// Invoked by Github Actions +// Invoked by GitHub Actions export async function run() { try {