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 21, 2024
1 parent 51ab591 commit 010c5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devops/github_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ alias githubaddci="github_add_ci"
# - Ensure that 'curl' is installed for proper functionality.
# - The URL points to the specific 'ci_notify.yml' file in the 'wsdkit.keys' repository on GitHub.
function github_add_ci_notify() {
download_file ".github/workflows/ci_notify.yml" "https://raw.githubusercontent.com/pnguyen215/wsdkit.keys/master/devops/github_workflow/ci_notify.yaml"
download_file ".github/workflows/ci_notify.yml" "https://raw.githubusercontent.com/pnguyen215/wsdkit.keys/master/devops/github_workflow/ci_notify.yml"
}
alias githubaddcinotify="github_add_ci_notify"

0 comments on commit 010c5ed

Please sign in to comment.