From b982f95dc50baf89b6a7694fd2102ab9224aeb77 Mon Sep 17 00:00:00 2001 From: neil Date: Mon, 21 Sep 2020 20:02:09 +0800 Subject: [PATCH] Updated DNS API Test (markdown) --- DNS-API-Test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DNS-API-Test.md b/DNS-API-Test.md index d6ec21d..2c3142c 100644 --- a/DNS-API-Test.md +++ b/DNS-API-Test.md @@ -3,7 +3,7 @@ There is a CI workflow `DNS.yml` to test your dns api when you send PR to add ne This test must be passing before your PR can get merged. -However, as a limitation of github actions, the workflow `DNS.yml` can only run in your Forked repo when you push code to it. +However, as a limitation of github actions, the workflow `DNS.yml` can only run in your Forked repo when you push code. So, please enable Github Actions on your Forked repo first, and then push code to your repo, it will run there.