Skip to content

Commit 7c9f624

Browse files
committed
use ref from repository_dispatch
Signed-off-by: gaspar-ilom <gasparilom@riseup.net>
1 parent 8d91731 commit 7c9f624

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/jekyll-gh-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
steps:
3232
- name: Checkout
3333
uses: actions/checkout@v4
34+
with:
35+
ref: ${{ github.event.client_payload.ref }}
3436
# Fetch markdown files maintained in the main repo for rendering as part of the Wiki
3537
- name: Fetch sources from main repo
3638
working-directory: ./Development

0 commit comments

Comments
 (0)