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 e095607  Still learning the ropes
e095607 is described below

commit e095607d7f43fc691bbf5761882f24f3b12f3711
Author: Drew <dfou...@apache.org>
AuthorDate: Fri May 17 14:53:17 2024 -0400

    Still learning the ropes
---
 .github/workflows/build-pelican.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build-pelican.yml 
b/.github/workflows/build-pelican.yml
index 1c3e45f..dfb4fb4 100644
--- a/.github/workflows/build-pelican.yml
+++ b/.github/workflows/build-pelican.yml
@@ -29,7 +29,7 @@ jobs:
       #######################
       - name: Generate website from markdown
         run: /usr/bin/env python3 -m pelican content -o output
-        working-directory: ${{ GITHUB_WORKSPACE }}/${{ 
GITHUB_REPOSITORY.split('/')[-1] }}
+        working-directory: ${{ vars.GITHUB_WORKSPACE }}/${{ 
vars.GITHUB_REPOSITORY.split('/')[-1] }}
       - name: Open a PR against the staging branch
         uses: peter-evans/create-pull-request@v6.0.5
         with:

Reply via email to