Skip to content

Commit 6f67dc0

Browse files
committed
Fix wrong dispatch repo name
1 parent 19dd2b4 commit 6f67dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-api-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
uses: peter-evans/repository-dispatch@v1
6767
with:
6868
token: ${{ env.GITHUB_PUSH_TOKEN }}
69-
repository: relaton/infrastructure-lambda-api
69+
repository: interscript/infrastructure-lambda-api
7070
event-type: ${{ github.repository }}
7171
client-payload: >-
7272
{

0 commit comments

Comments
 (0)