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 8aa5a83 One last time, this time with better variables 8aa5a83 is described below commit 8aa5a83b6e2eb5b6c2dd6118b4e14f966061dd92 Author: Drew <dfou...@apache.org> AuthorDate: Fri May 17 15:26:12 2024 -0400 One last time, this time with better variables --- .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 d82b18b..3471450 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: /home/runner/work/petri/petri + working-directory: ${{ vars.GITHUB_WORKSPACE }} - name: Open a PR against the staging branch uses: peter-evans/create-pull-request@v6.0.5 with: