diff --git a/.github/workflows/ci-cd-renv.yml b/.github/workflows/ci-cd-renv.yml index 9274cf8..3c61755 100644 --- a/.github/workflows/ci-cd-renv.yml +++ b/.github/workflows/ci-cd-renv.yml @@ -1,8 +1,9 @@ # Workflow derived from https://github.com/r-lib/actions/tree/v2/examples # Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help -# Name of the workflow => usethis::use_github_actions_badge("CI-CD-renv") +# Name of the workflow name: CI-CD-renv +# Create status badge with usethis::use_github_actions_badge("ci-cd-renv.yml") on: # Triggered on push and pull request events diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index a0300a0..2843b52 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -1,8 +1,9 @@ # Workflow derived from https://github.com/r-lib/actions/tree/v2/examples # Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help -# Name of the workflow => usethis::use_github_actions_badge("CI-CD") +# Name of the workflow name: CI-CD +# Create status badge with usethis::use_github_actions_badge("ci-cd.yml") on: # Triggered on push and pull request events diff --git a/README.md b/README.md index d92d43c..7eadc5e 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ # ShinyCICD -[![CI-CD](https://github.com/miraisolutions/ShinyCICD/workflows/CI-CD/badge.svg)](https://github.com/miraisolutions/ShinyCICD/actions/workflows/ci-cd.yml) -[![CI-CD-renv](https://github.com/miraisolutions/ShinyCICD/workflows/CI-CD-renv/badge.svg)](https://github.com/miraisolutions/ShinyCICD/actions/workflows/ci-cd-renv.yml) +[![ci-cd](https://github.com/miraisolutions/ShinyCICD/actions/workflows/ci-cd.yml/badge.svg)](https://github.com/miraisolutions/ShinyCICD/actions/workflows/ci-cd.yml) +[![ci-cd-renv](https://github.com/miraisolutions/ShinyCICD/actions/workflows/ci-cd-renv.yml/badge.svg)](https://github.com/miraisolutions/ShinyCICD/actions/workflows/ci-cd-renv.yml) The goal of ShinyCICD is to provide an example of a packaged Shiny app,