Skip to content

Commit

Permalink
♻️ refactor: updated codebase #4
Browse files Browse the repository at this point in the history
  • Loading branch information
pnguyen215 committed Jan 20, 2024
1 parent 5e7be38 commit 113be19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devops/github_go_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 113be19

Please sign in to comment.