diff options
author | Ernesto Castellotti <mail@ernestocastellotti.it> | 2023-06-07 17:41:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-07 17:41:32 +0200 |
commit | fe8494cf8c3487756bd48d36804edbb477bb84d7 (patch) | |
tree | bc2fd6c4d37dd00e25caf2563c848ed815337272 /.github/workflows/preview-pr.yaml | |
parent | Added the autogeneration of the site preview in the PR (#223) (diff) | |
download | hack-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 |
Diffstat (limited to '.github/workflows/preview-pr.yaml')
-rw-r--r-- | .github/workflows/preview-pr.yaml | 2 |
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: |