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 1f96c78  Still working on using the Github Actions defaults
1f96c78 is described below

commit 1f96c78e2f9a3749b9990f5d84f5adf50cd3db26
Author: Drew <dfou...@apache.org>
AuthorDate: Fri May 17 15:36:30 2024 -0400

    Still working on using the Github Actions defaults
---
 .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 e9b63a3..8d70f27 100644
--- a/.github/workflows/build-pelican.yml
+++ b/.github/workflows/build-pelican.yml
@@ -27,13 +27,13 @@ jobs:
       #######################
       - name: Generate website from markdown
         run: /usr/bin/env python3 -m pelican content -o output
-        working-directory: ${{ GITHUB_WORKSPACE }}
+        working-directory: $GITHUB_WORKSPACE
         env:
-          LIBCMARKDIR: ${{ GITHUB_WORKSPACE }}/cmark-gfm-0.28.3.gfm.12/lib
+          LIBCMARKDIR: $GITHUB_WORKSPACE/cmark-gfm-0.28.3.gfm.12/lib
       - name: Open a PR against the staging branch
         uses: peter-evans/create-pull-request@v6.0.5
         with:
-          token: ${{ secrets.GITHUB_TOKEN }}
+          token: ${{ github.GITHUB_TOKEN }}
           commit-message: GitHub Actions Generated Pelican Build
           title: Generated Pelican Output
           body: output generated

Reply via email to