From 5d3985e20584cdf9d09be7d3d8287abaede1ab7b Mon Sep 17 00:00:00 2001 From: Kathryn Doering Date: Fri, 13 Oct 2023 18:47:54 +0000 Subject: [PATCH] accept new snapshot --- tests/testthat/_snaps/use_r_workflows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testthat/_snaps/use_r_workflows.md b/tests/testthat/_snaps/use_r_workflows.md index 40accb4..177b50d 100644 --- a/tests/testthat/_snaps/use_r_workflows.md +++ b/tests/testthat/_snaps/use_r_workflows.md @@ -205,7 +205,7 @@ [9] "jobs:" [10] " call-workflow:" [11] " uses: nmfs-fish-tools/ghactions4r/.github/workflows/build-deploy-bookdown.yml@main" - [12] " with:" + [12] " with:" [13] " bookdown_input: . # where the bookdown .Rmd files are located" [14] " bookdown_output_dir: _book # where the bookdown files are rendered to." [15] " deployment_dir: _book # The subfolder of the gh-pages branch that the bookdown is deployed to."