mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-12 01:34:19 +02:00
Fix repo name in gh action
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -13,5 +13,5 @@ jobs:
|
|||||||
uses: peter-evans/repository-dispatch@v3
|
uses: peter-evans/repository-dispatch@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.PAT_LEARNXINYMINUTES_SITE }}
|
token: ${{ secrets.PAT_LEARNXINYMINUTES_SITE }}
|
||||||
repository: adambard/learnxinyminutes.com
|
repository: adambard/learnxinyminutes-site
|
||||||
event-type: doc-update
|
event-type: doc-update
|
||||||
|
Reference in New Issue
Block a user