From eaa5d33d5c25e86b46b44dc99cac6bf4f6d030c7 Mon Sep 17 00:00:00 2001 From: zu1k <42370281+zu1k@users.noreply.github.com> Date: Mon, 27 Jul 2020 05:31:20 +0800 Subject: [PATCH 1/3] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 7c8181b..10c03fd 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ ## Origin -Inspired by [Nali C version](https://github.com/meteoral/Nali) and [nali-cli javascript version](https://github.com/SukkaW/nali-cli). +Inspired by [Nali C version](https://github.com/meteoral/Nali) and [nali-cli js version](https://github.com/SukkaW/nali-cli). I want to query the IP geographic information and CDN service provider on the terminal, then found the Nali tool. Nali mean 'where' in Chinese, good name for this kind of tools. @@ -63,8 +63,6 @@ docker pull docker.pkg.github.com//zu1k/nali/nali:latest ## Usage - - ### Query a simple IP address ``` From f02fdd8ff88eefe7cb83d70aef21210a81b0e26e Mon Sep 17 00:00:00 2001 From: zu1k <42370281+zu1k@users.noreply.github.com> Date: Mon, 27 Jul 2020 05:32:19 +0800 Subject: [PATCH 2/3] Update README_zh-CN.md --- README_zh-CN.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README_zh-CN.md b/README_zh-CN.md index f8b84c0..320a61c 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -62,8 +62,6 @@ docker pull docker.pkg.github.com//zu1k/nali/nali:latest ## 使用说明 - - ### 查询一个IP的地理信息 ``` From 918752889398c96a8fc379576bb39d6ab82e05cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2020 05:31:13 +0000 Subject: [PATCH 3/3] Bump actions/upload-artifact from 2.1.0 to v2.1.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.1.0 to v2.1.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/2.1.0...5f948bc1f0a251f88bb4c9b1c3dfa6cbd1327dc5) Signed-off-by: dependabot[bot] --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f0b9f72..93f0ae2 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -43,7 +43,7 @@ jobs: draft: true prerelease: true - - uses: actions/upload-artifact@2.1.0 + - uses: actions/upload-artifact@v2.1.1 if: startsWith(github.ref, 'refs/tags/') with: name: build