From 151e3f01cb2ca36f5a061ae536e4bd405008c490 Mon Sep 17 00:00:00 2001 From: Kate Isaac <41767733+kweav@users.noreply.github.com> Date: Fri, 22 Aug 2025 12:02:47 -0400 Subject: [PATCH 1/3] Update ignore-urls.txt to remove whitespace redoing Adam's PR --- resources/ignore-urls.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/ignore-urls.txt b/resources/ignore-urls.txt index cdc69d2e..df184ab1 100644 --- a/resources/ignore-urls.txt +++ b/resources/ignore-urls.txt @@ -3,4 +3,4 @@ https://www.contributor-covenant.org/version/2/0/code_of_conduct.html][v2.0]. https://www.contributor-covenant.org/faq][FAQ]. https://www.contributor-covenant.org/translations][translations]. https://github.com/jhudsl/OTTR_Template/issues/new/choose)! -https://github.com//github-actions-workshop +https://github.com//github-actions-workshop From b8c284f62981326361e95130018355d19f1a57a7 Mon Sep 17 00:00:00 2001 From: Kate Isaac <41767733+kweav@users.noreply.github.com> Date: Fri, 22 Aug 2025 12:11:06 -0400 Subject: [PATCH 2/3] Update 04-gha-basics.Rmd with trivial change --- 04-gha-basics.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04-gha-basics.Rmd b/04-gha-basics.Rmd index 6de6eace..c5e22b2b 100644 --- a/04-gha-basics.Rmd +++ b/04-gha-basics.Rmd @@ -245,7 +245,7 @@ git clone https://github.com//github-actions-workshop 5. Create a new branch by clicking the buttons as shown here or using the command line examples below ```{r, fig.align='center', out.width="100%", echo = FALSE} -ottrpal::include_slide("https://docs.google.com/presentation/d/1x0Cnk2Wcsg8HYkmXnXo_0PxmYCxAwzVrUQzb8DUDvTA/edit#slide=id.g280d2b56f79_0_3088") +ottrpal::include_slide("https://docs.google.com/presentation/d/1x0Cnk2Wcsg8HYkmXnXo_0PxmYCxAwzVrUQzb8DUDvTA/edit#slide=id.g280d2b56f79_0_3088") ``` ``` From 8b434e6f164a601737975d5df034e5f2d6b08ed8 Mon Sep 17 00:00:00 2001 From: Kate Isaac <41767733+kweav@users.noreply.github.com> Date: Fri, 22 Aug 2025 12:20:54 -0400 Subject: [PATCH 3/3] Update 04-gha-basics.Rmd to try to remove any newline stuff