Skip to content

Instantly share code, notes, and snippets.

@randytang2021
randytang2021 / sent_pr_plugin
Last active May 2, 2022 06:40
auto sent pr script: use case is to test github action yml file change
#!/usr/bin/env bash
log_txt=log.txt
pwd_dir=$(pwd)
repo_dir_path="${pwd_dir}"
current_time=$(date +"%d.%H.%M.%S")
current_time_dash=$(date +"%d_%H_%M_%S")
current_script_name=$(basename "$0")