Skip to content

Commit

Permalink
docs: use ExpediaGroup as namespace instead of actions (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
aschwenn authored Dec 10, 2021
1 parent 19e00a2 commit 2b3e1c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 >
...
Expand All @@ -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 }}
Expand Down

0 comments on commit 2b3e1c1

Please sign in to comment.