[Rt-commit] rt branch, 4.4/github-actions-testing, updated. rt-4.4.4-225-gf2b0d1619f

Dianne Skoll dianne at bestpractical.com
Thu Feb 4 17:16:38 EST 2021


The branch, 4.4/github-actions-testing has been updated
       via  f2b0d1619f87f84bf0a9ef1239b02549f95ecac9 (commit)
      from  ccb94ddfb46ede665edbdad5c61d909ffc351c85 (commit)

Summary of changes:
 .github/workflows/github-action.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

- Log -----------------------------------------------------------------
commit f2b0d1619f87f84bf0a9ef1239b02549f95ecac9
Author: Dianne Skoll <dianne at bestpractical.com>
Date:   Thu Feb 4 17:16:31 2021 -0500

    Fix typo.

diff --git a/.github/workflows/github-action.yml b/.github/workflows/github-action.yml
index 0cd555c44b..ada986eabd 100644
--- a/.github/workflows/github-action.yml
+++ b/.github/workflows/github-action.yml
@@ -44,7 +44,7 @@ jobs:
           fields: |
             [{ "title": "Repository", "value": "${env.GITHUB_REPOSITORY}", "short": true },
             { "title": "Branch", "value": "${GITHUB_REF##*/}", "short": true },
-            { "title" "Test", "value": "rt_test_mariadb", "short": true }]
+            { "title": "Test", "value": "rt_test_mariadb", "short": true }]
   rt_test_sqlite:
     runs-on: ubuntu-latest
     steps:
@@ -78,7 +78,7 @@ jobs:
           fields: |
             [{ "title": "Repository", "value": "${env.GITHUB_REPOSITORY}", "short": true },
             { "title": "Branch", "value": "${GITHUB_REF##*/}", "short": true },
-            { "title" "Test", "value": "rt_test_sqlite", "short": true }]
+            { "title": "Test", "value": "rt_test_sqlite", "short": true }]
   rt_test_postgresql_apache_mod_fcgid:
     runs-on: ubuntu-latest
     steps:
@@ -112,4 +112,4 @@ jobs:
           fields: |
             [{ "title": "Repository", "value": "${env.GITHUB_REPOSITORY}", "short": true },
             { "title": "Branch", "value": "${GITHUB_REF##*/}", "short": true },
-            { "title" "Test", "value": "rt_test_postgresql_apache_mod_fcgid", "short": true}]
+            { "title": "Test", "value": "rt_test_postgresql_apache_mod_fcgid", "short": true}]

-----------------------------------------------------------------------


More information about the rt-commit mailing list