From cbc71a2b05acab36d155fceb0143265fb2ec3a3e Mon Sep 17 00:00:00 2001 From: pdxlocations <117498748+pdxlocations@users.noreply.github.com> Date: Sat, 17 Jan 2026 00:27:28 -0800 Subject: [PATCH] Fix repository URL in workflow file --- .github/workflows/contact-buildx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contact-buildx.yml b/.github/workflows/contact-buildx.yml index 3eeb6ea..731f916 100644 --- a/.github/workflows/contact-buildx.yml +++ b/.github/workflows/contact-buildx.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - name: clone https://github.com/pdxlocations/contact + name: clone https://github.com/pdxlocations/contact.git uses: actions/checkout@master with: name: pdxlocations/contact