Skip to content

Use jq to build JSON#182

Merged
bobbrodie merged 4 commits intobitpay:7.0.xfrom
bobbrodie:7.0.x
Jul 15, 2025
Merged

Use jq to build JSON#182
bobbrodie merged 4 commits intobitpay:7.0.xfrom
bobbrodie:7.0.x

Conversation

@bobbrodie
Copy link
Contributor

No description provided.

echo "body<<EOF"
echo "${{ github.event.release.body }}"
echo "EOF"
} >> $GITHUB_OUTPUT
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pass values to next step

env:
README_API_KEY: ${{ secrets.README_API_KEY }}
run: |
jq -n --arg title "Python Unified SDK ${{ steps.release.outputs.title }}" \
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use jq to build the JSON we send

@bobbrodie bobbrodie merged commit d45a0e6 into bitpay:7.0.x Jul 15, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants