Skip to content

Commit

Permalink
Use main smoke-tests repo again (#10253)
Browse files Browse the repository at this point in the history
Use the official smoke-tests repo, not my fork.
  • Loading branch information
deivid-rodriguez authored Jul 22, 2024
1 parent ff5444c commit f0a0dce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:

env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SMOKE_TEST_BRANCH: deivid-rodriguez/bundler-security-subdep
SMOKE_TEST_BRANCH: main
jobs:
discover:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
cat filtered.json
# Curl the smoke-test tests directory to get a list of tests to run
URL=https://api.github.com/repos/deivid-rodriguez/smoke-tests/contents/tests?ref=${{ env.SMOKE_TEST_BRANCH }}
URL=https://api.github.com/repos/dependabot/smoke-tests/contents/tests?ref=${{ env.SMOKE_TEST_BRANCH }}
curl $URL > tests.json
# Select the names that match smoke-$test*.yaml, where $test is the .text value from filtered.json
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Download test
if: steps.cache-smoke-test.outputs.cache-hit != 'true'
run: |
URL=https://api.github.com/repos/deivid-rodriguez/smoke-tests/contents/tests/${{ matrix.suite.name }}?ref=${{ env.SMOKE_TEST_BRANCH }}
URL=https://api.github.com/repos/dependabot/smoke-tests/contents/tests/${{ matrix.suite.name }}?ref=${{ env.SMOKE_TEST_BRANCH }}
curl $(gh api $URL --jq .download_url) -o smoke.yaml
- name: Cache Smoke Test
Expand Down

0 comments on commit f0a0dce

Please sign in to comment.