Skip to content

Commit 2b3e1c1

Browse files
authored
docs: use ExpediaGroup as namespace instead of actions (#35)
1 parent 19e00a2 commit 2b3e1c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Additionally, the following parameters can be used for additional control over t
6868
## Usage
6969
### General
7070
```yaml
71-
uses: actions/github-helpers@v1
71+
uses: ExpediaGroup/github-helpers@v1
7272
with:
7373
helper: < HELPER NAME >
7474
...
@@ -90,7 +90,7 @@ interface SetCommitStatus {
9090
```
9191
Github Actions workflow invocation:
9292
```yaml
93-
uses: actions/github-helpers@v1
93+
uses: ExpediaGroup/github-helpers@v1
9494
with:
9595
helper: set-commit-status
9696
sha: ${{ github.event.pull_request.head.sha }}

0 commit comments

Comments
 (0)