From dc7adf00cc400b6e11ed433259bee7e5ab11aa0a Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Tue, 14 Jun 2022 14:56:46 -0700 Subject: [PATCH] DO NOT MERGE: dummy commit to test bashbrew change --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 155ef3165..020581114 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - id: generate-jobs name: Generate Jobs run: | - git clone --depth 1 https://github.com/docker-library/bashbrew.git -b master ~/bashbrew + git clone --depth 1 https://github.com/infosiftr/bashbrew.git -b local-tests ~/bashbrew strategy="$(~/bashbrew/scripts/github-actions/generate.sh)" jq . <<<"$strategy" # sanity check / debugging aid echo "::set-output name=strategy::$strategy"