You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by to...@apache.org on 2021/03/18 19:56:18 UTC

[db-jdo-site] branch master updated: Fix branch protection

This is an automated email from the ASF dual-hosted git repository.

tobous pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/db-jdo-site.git


The following commit(s) were added to refs/heads/master by this push:
     new e5def6b  Fix branch protection
e5def6b is described below

commit e5def6b2a20602562f346b14eb5d3f01d2b8a735
Author: Tobias Bouschen <to...@googlemail.com>
AuthorDate: Thu Mar 18 20:47:50 2021 +0100

    Fix branch protection
    
    Adjusts the name of the required GitHub action to match the name
    specified in the .asf.yaml configuration.
---
 .github/workflows/build-site.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/build-site.yml b/.github/workflows/build-site.yml
index 3559139..a8fee73 100644
--- a/.github/workflows/build-site.yml
+++ b/.github/workflows/build-site.yml
@@ -1,7 +1,7 @@
 # Builds the site
 #
 # This job builds the website for pull requests to ensure that the PR does not break the build
-name: Build Site
+name: build-site
 
 # Conditions necessary to trigger a build
 on:
@@ -9,7 +9,6 @@ on:
 
 jobs:
   build-site:
-    name: Build Site
     runs-on: ubuntu-latest
     defaults:
       run: