We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9111297 + 5d8b477 commit 0d99ce7Copy full SHA for 0d99ce7
.github/workflows/smoke.yml
@@ -163,7 +163,7 @@ jobs:
163
- name: Download CLI and test
164
if: steps.changes.outputs[matrix.suite] == 'true'
165
run: |
166
- gh release download --repo dependabot/cli-releases -p "*linux-amd64.tar.gz"
+ gh release download --repo dependabot/cli -p "*linux-amd64.tar.gz"
167
tar xzvf *.tar.gz >/dev/null 2>&1
168
./dependabot --version
169
URL=https://api.github.com/repos/dependabot/smoke-tests/contents/tests/smoke-${{ matrix.suite }}.yaml
0 commit comments