From 61ef076e0ed628511dd33498682fb232582cc143 Mon Sep 17 00:00:00 2001 From: Martim Lobao Date: Fri, 8 Nov 2024 12:28:47 +0000 Subject: [PATCH] test run --- .github/workflows/bootstrap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bootstrap.yaml b/.github/workflows/bootstrap.yaml index 72d8e25..95dfd23 100644 --- a/.github/workflows/bootstrap.yaml +++ b/.github/workflows/bootstrap.yaml @@ -18,5 +18,5 @@ jobs: env: BRANCH: ${{ github.head_ref }} run: | - curl -L https://raw.githubusercontent.com/martimlobao/dotfiles/main/bootstrap.sh \ + curl -L https://raw.githubusercontent.com/martimlobao/dotfiles/feat/bootstrap-ci/bootstrap.sh \ | bash -s -- -b "${BRANCH}" -y