Skip to content

Commit

Permalink
use gnostr-xq
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyMcMillan committed Nov 23, 2024
1 parent 2430e76 commit 138e1bb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-install-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
--tag weeble $(gnostr-weeble) \
--tag blockheight $(gnostr-blockheight) \
--tag wobble $(gnostr-wobble) | \
gnostr-post-event
gnostr-post-event -r wss://e.nos.lol || true
./nostril --sec $BLOCKS_TIP_HASH \
--content "$(gnostr-weeble)/$(gnostr-blockheight)/$(gnostr-wobble)" \
Expand All @@ -150,7 +150,7 @@ jobs:
--tag weeble $(gnostr-weeble) \
--tag blockheight $(gnostr-blockheight) \
--tag wobble $(gnostr-wobble) | \
gnostr-post-event
gnostr-post-event -r wss://e.nos.lol || true
./nostril --sec $BLOCKHEIGHT_SHA256 \
--content "$(gnostr-weeble)/$(gnostr-blockheight)/$(gnostr-wobble)" \
Expand All @@ -159,7 +159,7 @@ jobs:
--tag weeble $(gnostr-weeble) \
--tag blockheight $(gnostr-blockheight) \
--tag wobble $(gnostr-wobble) | \
gnostr-post-event
gnostr-post-event -r wss://e.nos.lol || true
./nostril --sec $WEEBLE_SHA256 \
--content "$(gnostr-weeble)/$(gnostr-blockheight)/$(gnostr-wobble)" \
Expand All @@ -168,7 +168,7 @@ jobs:
--tag weeble $(gnostr-weeble) \
--tag blockheight $(gnostr-blockheight) \
--tag wobble $(gnostr-wobble) | \
gnostr-post-event
gnostr-post-event -r wss://e.nos.lol || true
./nostril --sec $WEEBLE_ALIAS \
--content "$(gnostr-weeble)/$(gnostr-blockheight)/$(gnostr-wobble)" \
Expand All @@ -177,14 +177,14 @@ jobs:
--tag weeble $(gnostr-weeble) \
--tag blockheight $(gnostr-blockheight) \
--tag wobble $(gnostr-wobble) | \
gnostr-post-event
gnostr-post-event -r wss://e.nos.lol || true
./nostril --sec $(mempool-space --blocks_tip_hash) \
--content "BLOCKS_TIP_HEIGHT=$(mempool-space --blocks_tip_height)" \
--tag blocks_tip_height $(mempool-space --blocks_tip_height) |
gnostr-post-event
gnostr-post-event -r wss://e.nos.lol || true
./mempool_space_bot
./mempool_space_bot wss://e.nos.lol || true
- run: ./nip-0034 || true
if: github.event_name == 'pull_request' && matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 138e1bb

Please sign in to comment.