1
0
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:
Adam Bard
2024-04-06 11:53:12 -07:00
parent a2c3935a9b
commit de9e4c977d

View File

@@ -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