From 9bb04435cec7b091d53669fff30ee143c360186a Mon Sep 17 00:00:00 2001 From: Sam McCall Date: Mon, 17 Feb 2020 12:14:03 +0100 Subject: [PATCH] Fix comment --- .github/workflows/periodic.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/periodic.yaml b/.github/workflows/periodic.yaml index 522ad5b..668f2d0 100644 --- a/.github/workflows/periodic.yaml +++ b/.github/workflows/periodic.yaml @@ -10,7 +10,7 @@ on: # Allow triggering manually: # curl -XPOST -d '{"event_type":"periodic"}' \ # "-HAuthorization: Bearer " \ - # https://api.github.com/repos/clangd-build/empty/dispatches + # https://api.github.com/repos/clangd/clangd/dispatches repository_dispatch: { types: periodic } jobs: # Choose the commit to build a release from.