From 113be1998c7d6a340f2dd8fa80691f0c40a920da Mon Sep 17 00:00:00 2001 From: arisnguyenit97 Date: Sat, 20 Jan 2024 21:21:42 +0700 Subject: [PATCH] :recycle: refactor: updated codebase #4 --- src/devops/github_go_ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devops/github_go_ci.sh b/src/devops/github_go_ci.sh index 12c2553..b54513e 100644 --- a/src/devops/github_go_ci.sh +++ b/src/devops/github_go_ci.sh @@ -23,7 +23,7 @@ # - Ensure that 'curl' is installed for proper functionality. # - The URLs point to specific files in the 'wsdkit.keys' repository on GitHub. function github_add_go_ci() { - download_file ".github/workflows/ci.yml" "https://raw.githubusercontent.com/pnguyen215/wsdkit.keys/master/devops/github_workflow/ci.yml" + download_file ".github/workflows/ci.yml" "https://raw.githubusercontent.com/pnguyen215/wsdkit.keys/master/devops/github_workflow/go_ci.yml" download_file "git_changelog.sh" "https://raw.githubusercontent.com/pnguyen215/wsdkit.keys/master/sh/git_changelog.sh" } alias githubaddgoci="github_add_go_ci"