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 18a5da8 commit a311886
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
- name: Get suites
run: |
URL="https://api.github.com/repos/dependabot/smoke-tests/contents/tests"
echo "suite=$(gh api $URL | jq -r '.[].name' | sed 's/smoke-//' | sed 's/.yaml$//' | jq -R | jq -sc)" >> $GITHUB_OUTPUT
DATA=$(gh api $URL | jq -r '.[].name' | sed 's/smoke-//' | sed 's/.yaml$//' | jq -R | jq -sc)"
echo "Data is $DATA"
echo "::set-output name=suite::$DATA"
outputs:
suites: ${{ steps.suites.outputs.suite }}
debug:
Expand Down

0 comments on commit a311886

Please sign in to comment.