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

dfoulks pushed a commit to branch dfoulks/pelican-gha
in repository https://gitbox.apache.org/repos/asf/petri.git


The following commit(s) were added to refs/heads/dfoulks/pelican-gha by this 
push:
     new 6433c55  Fixed some branch issues
6433c55 is described below

commit 6433c55d05e028564fe6018a83ff7d4d20571c5b
Author: Drew <dfou...@apache.org>
AuthorDate: Mon May 20 12:56:20 2024 -0400

    Fixed some branch issues
---
 .github/workflows/build-pelican.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build-pelican.yml 
b/.github/workflows/build-pelican.yml
index 5ff47a2..0aa7209 100644
--- a/.github/workflows/build-pelican.yml
+++ b/.github/workflows/build-pelican.yml
@@ -1,7 +1,7 @@
 name: Build a Pelican Website
 on:
   push:
-    branches: [ "dfoulks/pelican_gha" ]
+    branches: [ "dfoulks/pelican-gha" ]
   workflow_dispatch:
 jobs:
   build-pelican:
@@ -10,7 +10,7 @@ jobs:
     steps:
       - uses: actions/checkout@v4
         with:
-          ref: 'dfoulks/pelican_gha'
+          ref: 'dfoulks/pelican-gha'
       - uses: apache/infrastructure-actions/build-pelican@main
         with:
           destination: 'dfoulks/gha-site'

Reply via email to