summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErnesto Castellotti <mail@ernestocastellotti.it>2023-06-07 17:41:32 +0200
committerGitHub <noreply@github.com>2023-06-07 17:41:32 +0200
commitfe8494cf8c3487756bd48d36804edbb477bb84d7 (patch)
treebc2fd6c4d37dd00e25caf2563c848ed815337272
parentAdded the autogeneration of the site preview in the PR (#223) (diff)
downloadhack-gpon.github.io-fe8494cf8c3487756bd48d36804edbb477bb84d7.tar
hack-gpon.github.io-fe8494cf8c3487756bd48d36804edbb477bb84d7.tar.gz
hack-gpon.github.io-fe8494cf8c3487756bd48d36804edbb477bb84d7.tar.bz2
hack-gpon.github.io-fe8494cf8c3487756bd48d36804edbb477bb84d7.tar.lz
hack-gpon.github.io-fe8494cf8c3487756bd48d36804edbb477bb84d7.tar.xz
hack-gpon.github.io-fe8494cf8c3487756bd48d36804edbb477bb84d7.tar.zst
hack-gpon.github.io-fe8494cf8c3487756bd48d36804edbb477bb84d7.zip
-rw-r--r--.github/workflows/preview-pr.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/preview-pr.yaml b/.github/workflows/preview-pr.yaml
index f3a3d57..4884c4e 100644
--- a/.github/workflows/preview-pr.yaml
+++ b/.github/workflows/preview-pr.yaml
@@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
+ with:
+ ref: ${{ github.event.pull_request.head.sha }}
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with: