From e1a6f95267d5af4df843165a2ab89af2bfe1877e Mon Sep 17 00:00:00 2001 From: cicdguy <26552821+cicdguy@users.noreply.github.com> Date: Fri, 15 Dec 2023 09:18:13 -0600 Subject: [PATCH] Actually test with bad URL --- DESCRIPTION | 2 +- README.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 18f6fd8..e8f9acf 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: devops.toolkit -Title: An R package containing GitHub Actions workflows: https://httpbin.org/status/404 +Title: An R package containing GitHub Actions workflows. Version: 0.0.0.9000 Authors@R: person("First", "Last", , "first.last@example.com", role = c("aut", "cre"), diff --git a/README.md b/README.md index 4a151e6..9a9da18 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # devops-toolkit -Tools repository for DevOps + +Tools repository for DevOps. + +Click [here](https://github.com/insightsengineering/r.pkg.template/generate) to generate a copy of this template directly within GitHub.