diff --git a/Taskfile.scripts.yml b/Taskfile.scripts.yml index c7e322d..78e5b2f 100644 --- a/Taskfile.scripts.yml +++ b/Taskfile.scripts.yml @@ -99,7 +99,7 @@ tasks: desc: Get pull request template cmds: - mkdir -p .tmp - - curl -LsS https://raw.githubusercontent.com/devops-infra/.github/master/PULL_REQUEST_TEMPLATE.md -o .tmp/PULL_REQUEST_TEMPLATE.md + - curl -LsS https://raw.githubusercontent.com/devops-infra/.github/refs/tags/v1/PULL_REQUEST_TEMPLATE.md -o .tmp/PULL_REQUEST_TEMPLATE.md git:set-config: desc: Set git user config