diff --git a/.github/workflows/deploy_reviewed_pr_preview.yaml b/.github/workflows/deploy_reviewed_pr_preview.yaml index e5cd1e2..2e503cc 100644 --- a/.github/workflows/deploy_reviewed_pr_preview.yaml +++ b/.github/workflows/deploy_reviewed_pr_preview.yaml @@ -138,7 +138,6 @@ jobs: run_id: runId, per_page: 100, }, - response => response.data.artifacts, ); return artifacts.filter(artifact => !artifact.expired); } diff --git a/justfile b/justfile index 58d74f1..4253297 100644 --- a/justfile +++ b/justfile @@ -1,6 +1,6 @@ set allow-duplicate-recipes -KAAJ_HAALKA_COMMIT := "7ba85610965b8fc64a7c0c1173f72819daf0da66" +KAAJ_HAALKA_COMMIT := "7ca5d3303f7b5672bcae3c67094665f5630abd38" 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 c4c7851..6f99e57 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 "7ba85610965b8fc64a7c0c1173f72819daf0da66" + ref = 'Commit "7ca5d3303f7b5672bcae3c67094665f5630abd38" }, } } | std.package.Manifest