Skip to content

Commit

Permalink
docs: Update organization name to prompt (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrink authored Aug 11, 2023
1 parent 6d5451c commit 7afe8b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- id: example-file
run: "echo ::set-output name=body::$(cat ${{ env.example-file }})"
- name: Test merge succeeded by verifying source file exists in destination branch
uses: pr-mpt/actions-assert@v2
uses: prompt/actions-assert@v2
with:
assertion: npm://@assertions/is-equal
expected: "${{ env.destination }}"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A GitHub Action for keeping two branches in sync by merging in any `source`
branch changes using `git` locally -- not the GitHub API.

```
pr-mpt/actions-merge-branch@v2
prompt/actions-merge-branch@v2
```

## Inputs
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
with:
ref: "release"
fetch-depth: 0
- uses: pr-mpt/actions-merge-branch@v2
- uses: prompt/actions-merge-branch@v2
with:
from: "origin/main"
```
Expand Down

0 comments on commit 7afe8b2

Please sign in to comment.