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/steve.git


The following commit(s) were added to refs/heads/dfoulks/pelican_gha by this 
push:
     new 31ddc05  typofix
31ddc05 is described below

commit 31ddc0590aa266ad386d90b4f6fb7588e9b01528
Author: Drew <[email protected]>
AuthorDate: Wed May 29 19:43:33 2024 -0400

    typofix
---
 .github/workflows/build-pelican.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build-pelican.yml 
b/.github/workflows/build-pelican.yml
index ebafa1d..43fffb9 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,8 +10,8 @@ jobs:
     steps:
       - uses: actions/checkout@v4
         with:
-          ref: 'dfoulks/pelican-gha'
+          ref: 'dfoulks/pelican_gha'
       - uses: apache/infrastructure-actions/pelican@main
         with:
-          destination: 'dfoulks/pelican-gha'
+          destination: 'dfoulks/pelican_gha'
           gfm: 'true'

Reply via email to