Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
folk-digital authored May 30, 2024
1 parent 095b07a commit bebd364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- name: run curl
run: |
status=$(curl -s --url https://www.dodf.df.gov.br/index/jornal-json | jq -r '.lstJornalDia'); echo "status=$status" >> $GITHUB_OUTPUT
status=$(curl -s --url https://www.dodf.df.gov.br/index/jornal-json | jq ); echo "status=$status" >> $GITHUB_OUTPUT
id: req

- name: test
Expand Down

0 comments on commit bebd364

Please sign in to comment.