From 466f5192d20b5dc7b20718daf5652fbdcbb4c44e Mon Sep 17 00:00:00 2001 From: Matheus Zaniolo Date: Tue, 4 Nov 2025 16:28:41 +0100 Subject: [PATCH] fix: Fix publish-crate checkout step --- .github/workflows/publish-crate.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish-crate.yml b/.github/workflows/publish-crate.yml index e9c7a4c..a49d28e 100644 --- a/.github/workflows/publish-crate.yml +++ b/.github/workflows/publish-crate.yml @@ -45,6 +45,10 @@ jobs: container: ghcr.io/famedly/rust-container:nightly steps: - uses: actions/checkout@v4 + - uses: actions/checkout@v4 + with: + repository: famedly/backend-build-workflows + ref: ${{ inputs.ref }} - uses: ./.github/actions/rust-prepare with: crate_registry_name: ${{ inputs.crate_registry_name }}