Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jakecoffman committed Aug 11, 2023
1 parent 1cea379 commit 371b7cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
suites:
runs-on: ubuntu-latest
steps:
- name: Get suites
- id: gather
run: |
URL="https://api.github.com/repos/dependabot/smoke-tests/contents/tests"
DATA="$(gh api $URL | jq -r '.[].name' | sed 's/smoke-//' | sed 's/.yaml$//' | jq -R | jq -sc)"
echo "Data is $DATA"
echo "suite=$DATA" >> $GITHUB_OUTPUT
outputs:
suites: ${{ steps.suites.outputs.suite }}
suites: ${{ steps.gather.outputs.suite }}
debug:
runs-on: ubuntu-latest
needs: suites
Expand Down

0 comments on commit 371b7cd

Please sign in to comment.