Why Nostr? What is Njump?
2024-07-03 00:52:48

npub1zx…fsn8g on Nostr: commit c7bbee42d03649d59de2592de816e6761f132f4c Author: @RandyMcMillan ...

commit c7bbee42d03649d59de2592de816e6761f132f4c
Author: @RandyMcMillan <[email protected]>
Date: Sun Feb 11 18:37:06 2024 -0500

.github/workflows/gnostr-bot.yml:make gnostr-bot working

with gnostr-nip: detect which gnostr-am

diff --git a/.github/workflows/gnostr-bot.yml b/.github/workflows/gnostr-bot.yml
index 7752db1e2..c8cfb84be 100644
--- a/.github/workflows/gnostr-bot.yml
+++ b/.github/workflows/gnostr-bot.yml
@@ -51,10 +51,10 @@ jobs:
- run: cargo install gnostr-bins
## NOTE: make gnostr-am is the non-cmake build
- run: make gnostr-am && echo $(which gnostr-am)
- - run: V=1 make gnostr-install
+ - run: make gnostr-install
- run: echo $(date +%s)
- run: ls -a
- - run: ./gnostr-am --sec $(gnostr-sha256 $(gnostr-weeble)) -t gnostr --tag weeble $(gnostr-weeble) --tag wobble $(gnostr-wobble) --tag blockheight $(gnostr-blockheight) --content "$(gnostr-weeble)/$(gnostr-blockheight)/$(gnostr-wobble)" | gnostr-post-event wss://relay.damus.io
- - run: ./gnostr-am --sec $(gnostr-sha256 $(gnostr-weeble)$(gnostr-blockheight)) -t gnostr --tag weeble $(gnostr-weeble) --tag wobble $(gnostr-wobble) --tag blockheight $(gnostr-blockheight) --content "$(gnostr-weeble)/$(gnostr-blockheight)/$(gnostr-wobble)" | gnostr-post-event wss://relay.damus.io
+ - run: $(which gnostr-am) --sec $(gnostr-sha256 $(gnostr-weeble)) -t gnostr --tag weeble $(gnostr-weeble) --tag wobble $(gnostr-wobble) --tag blockheight $(gnostr-blockheight) --content "$(gnostr-weeble)/$(gnostr-blockheight)/$(gnostr-wobble)" | gnostr-post-event wss://relay.damus.io
+ - run: $(which gnostr-am) --sec $(gnostr-sha256 $(gnostr-weeble)$(gnostr-blockheight)) -t gnostr --tag weeble $(gnostr-weeble) --tag wobble $(gnostr-wobble) --tag blockheight $(gnostr-blockheight) --content "$(gnostr-weeble)/$(gnostr-blockheight)/$(gnostr-wobble)" | gnostr-post-event wss://relay.damus.io
- run: gnostr-nip --sec $(gnostr-sha256 $(gnostr-weeble))
- run: gnostr-nip --sec $(gnostr-sha256 $(gnostr-weeble)$(gnostr-blockheight))
Author Public Key
npub1zxkgy3ekjuwjl06epe3fjx53z9sjnzaa6e3qx99fyjh7l3p9dtwspfsn8g