From 20cd7dbe60be6749eaceacfd6e970073ccad017d Mon Sep 17 00:00:00 2001 From: Simon Deziel Date: Mon, 16 Dec 2024 09:29:35 -0500 Subject: [PATCH] github: fix reference to LXD's actions/lp-snap-build Signed-off-by: Simon Deziel --- .github/workflows/builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index b15e8211..282172c4 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -25,7 +25,7 @@ jobs: - name: Checkout code uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: ./.github/actions/lp-snap-build + - uses: canonical/lxd/.github/actions/lp-snap-build@main with: ssh-key: "${{ secrets.LAUNCHPAD_LXD_BOT_KEY}}"