Skip to content

Commit

Permalink
Update output set
Browse files Browse the repository at this point in the history
  • Loading branch information
trizin authored Sep 29, 2023
1 parent 28e6b51 commit 2759142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
PRIVATE_KEY: "0xb23c44b8118eb7a7f70d21b0d20aed9b05d85d22ac6a0e57697c564da1c35554"
run: |
output=$(python scripts/check_testnet.py | grep -E 'FAIL|WARNING')
echo "::set-output name=output::$output"
echo "output=$output" >> "$GITHUB_OUTPUT"
- name: Get Joke from API
id: joke
run: |
joke=$(curl -s https://official-joke-api.appspot.com/jokes/general/random | jq -r '.[0].setup, .[0].punchline')
echo "::set-output name=joke::$joke"
echo "joke=$joke" >> "$GITHUB_OUTPUT"
- name: Notify Slack
if: steps.script.outputs.output != ''
Expand Down

0 comments on commit 2759142

Please sign in to comment.