diff --git a/.github/workflows/deploy_reviewed_pr_preview.yaml b/.github/workflows/deploy_reviewed_pr_preview.yaml index 2e503cc..443bb84 100644 --- a/.github/workflows/deploy_reviewed_pr_preview.yaml +++ b/.github/workflows/deploy_reviewed_pr_preview.yaml @@ -266,8 +266,7 @@ jobs: 'Preview request originated from an unexpected workflow path.', ); requireCondition( - workflowRun.head_sha === request.ref - && workflowRun.head_repository?.full_name === request.repository, + workflowRun.head_sha === request.ref, 'The preview request does not match the triggering workflow head.', ); diff --git a/justfile b/justfile index 4253297..fe17b28 100644 --- a/justfile +++ b/justfile @@ -1,6 +1,6 @@ set allow-duplicate-recipes -KAAJ_HAALKA_COMMIT := "7ca5d3303f7b5672bcae3c67094665f5630abd38" +KAAJ_HAALKA_COMMIT := "76f9d4427977a475624a90c397e682a37931be51" fetch_kaaj_justfile: curl https://raw.githubusercontent.com/databasedav/haalka/{{ KAAJ_HAALKA_COMMIT }}/kaaj/justfile > kaaj.just diff --git a/nickel/Nickel-pkg.ncl b/nickel/Nickel-pkg.ncl index 6f99e57..f98a666 100644 --- a/nickel/Nickel-pkg.ncl +++ b/nickel/Nickel-pkg.ncl @@ -9,7 +9,7 @@ 'Git { url = "https://github.com/databasedav/haalka", path = "kaaj", - ref = 'Commit "7ca5d3303f7b5672bcae3c67094665f5630abd38" + ref = 'Commit "76f9d4427977a475624a90c397e682a37931be51" }, } } | std.package.Manifest