From a8c677aa8b380db30f37cfee2cc4e255400d5362 Mon Sep 17 00:00:00 2001 From: Colin Date: Sun, 1 May 2022 16:59:01 +0800 Subject: [PATCH] Update CDN-URL.yaml fix: unexpected behavior for trying to modify action config yaml files --- .github/workflows/CDN-URL.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CDN-URL.yaml b/.github/workflows/CDN-URL.yaml index 6296d3e..d89e744 100644 --- a/.github/workflows/CDN-URL.yaml +++ b/.github/workflows/CDN-URL.yaml @@ -18,6 +18,8 @@ jobs: with: find: "blog-1301127393.cos.ap-shanghai.myqcloud.com" replace: "blog-1301127393.file.myqcloud.com" + include: "**/*.md" + - name: Create Pull Request uses: peter-evans/create-pull-request@v3