From 12f736f24e972e666718d4667f3d9d887a6bbabe Mon Sep 17 00:00:00 2001 From: Eric Radman Date: Thu, 9 Jan 2025 11:41:39 -0500 Subject: [PATCH] Use head.sha for restyled checkout (#813) Related: https://github.com/getredash/website/pull/813#:~:text=getredash/redash%237227 --- .github/workflows/restyled.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/restyled.yml b/.github/workflows/restyled.yml index e4c6636c..1ebfb2e9 100644 --- a/.github/workflows/restyled.yml +++ b/.github/workflows/restyled.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - ref: ${{ github.event.pull_request.head.ref }} + ref: ${{ github.event.pull_request.head.sha }} - uses: restyled-io/actions/setup@v4 - id: restyler