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 4cd5af3 Typofix 4cd5af3 is described below commit 4cd5af36baeef883ad9b8e089ab525746fbf95e2 Author: Drew <dfou...@apache.org> AuthorDate: Fri May 17 15:14:08 2024 -0400 Typofix --- .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 d91239b..49fd883 100644 --- a/.github/workflows/build-pelican.yml +++ b/.github/workflows/build-pelican.yml @@ -28,7 +28,7 @@ jobs: # END BUILD GFM BLOCK # ####################### - name: Set Working Directory - ENV: + env: R: ${{ vars.GITHUB_REPOSITORY }} run: echo "::set-output wd=fragment::${R##*}" - name: Generate website from markdown