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 5d66cc1 changing quotes and variable name
5d66cc1 is described below
commit 5d66cc14b104e5e44d655ff744cd2cb5edac6227
Author: Drew <[email protected]>
AuthorDate: Thu May 30 18:02:22 2024 -0400
changing quotes and variable name
---
.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 11dea8c..cca897c 100644
--- a/.github/workflows/build-pelican.yml
+++ b/.github/workflows/build-pelican.yml
@@ -5,15 +5,15 @@ on:
branch:
description: 'Pelican source branch'
required: true
- default: dfoulks/pelican-gha
+ default: 'dfoulks/pelican-gha'
jobs:
build-pelican:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
- ref: ${{ github.ref }}
+ ref: ${{ github.event.inputs.branch }}
- uses: apache/infrastructure-actions/pelican@main
with:
- destination: ${{ github.ref }}-site
+ destination: ${{ github.event.inputs.branch }}-site
gfm: true