From 2b3e1c1859b0818074475d41bb0098b765303c47 Mon Sep 17 00:00:00 2001 From: Andrew Schwenn Date: Fri, 10 Dec 2021 14:20:32 -0600 Subject: [PATCH] docs: use `ExpediaGroup` as namespace instead of `actions` (#35) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43c757657..7233da5ea 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Additionally, the following parameters can be used for additional control over t ## Usage ### General ```yaml -uses: actions/github-helpers@v1 +uses: ExpediaGroup/github-helpers@v1 with: helper: < HELPER NAME > ... @@ -90,7 +90,7 @@ interface SetCommitStatus { ``` Github Actions workflow invocation: ```yaml -uses: actions/github-helpers@v1 +uses: ExpediaGroup/github-helpers@v1 with: helper: set-commit-status sha: ${{ github.event.pull_request.head.sha }}