metadata: add tests for decoding failure when asset_id and denom don't match and simple roundtrip encoding test #1195
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Post to Bluesky | |
on: | |
pull_request: | |
types: | |
- closed | |
jobs: | |
post_on_merge: | |
if: github.event.pull_request.merged == true | |
runs-on: ubuntu-latest | |
steps: | |
- uses: myConsciousness/bluesky-post@v3 | |
with: | |
text: "Merged PR #${{ github.event.pull_request.number }}: ${{ github.event.pull_request.title }}\n\n${{ github.event.pull_request.html_url }}" | |
identifier: ${{ secrets.BLUESKY_IDENTIFIER }} | |
password: ${{ secrets.BLUESKY_PASSWORD }} | |