Skip to content

Commit 0d99ce7

Browse files
authored
Merge pull request #5803 from dependabot/mattt/use-public-cli-repo
Update smoke test to download CLI from `dependabot/cli` repo
2 parents 9111297 + 5d8b477 commit 0d99ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoke.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
- name: Download CLI and test
164164
if: steps.changes.outputs[matrix.suite] == 'true'
165165
run: |
166-
gh release download --repo dependabot/cli-releases -p "*linux-amd64.tar.gz"
166+
gh release download --repo dependabot/cli -p "*linux-amd64.tar.gz"
167167
tar xzvf *.tar.gz >/dev/null 2>&1
168168
./dependabot --version
169169
URL=https://api.github.com/repos/dependabot/smoke-tests/contents/tests/smoke-${{ matrix.suite }}.yaml

0 commit comments

Comments
 (0)