This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 105eab2 Typos
105eab2 is described below
commit 105eab29fb0dc139b6385310996040f42e3d9675
Author: Sebb <[email protected]>
AuthorDate: Wed Mar 23 11:33:39 2022 +0000
Typos
---
.github/workflows/unittestagenda.yml | 2 +-
.github/workflows/unittestlib.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/unittestagenda.yml
b/.github/workflows/unittestagenda.yml
index 394a317..c373306 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -2,7 +2,7 @@ name: Unit test agenda
on:
push:
paths:
- - '**/unitestagenda.yml'
+ - '**/unittestagenda.yml'
- 'www/board/agenda/**'
- 'lib/**'
diff --git a/.github/workflows/unittestlib.yml
b/.github/workflows/unittestlib.yml
index ac8c113..2c49e60 100644
--- a/.github/workflows/unittestlib.yml
+++ b/.github/workflows/unittestlib.yml
@@ -2,7 +2,7 @@ name: Unit test library methods
on:
push:
paths:
- - '**/unitestlib.yml'
+ - '**/unittestlib.yml'
- 'lib/**'
workflow_dispatch: