Skip to content

Bump typescript from 4.9.5 to 5.1.6 #233

Bump typescript from 4.9.5 to 5.1.6

Bump typescript from 4.9.5 to 5.1.6 #233

Workflow file for this run

name: Send nostr Event on Push
on: push
jobs:
units:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Publish to nostr
uses: theborakompanioni/nostr-action@v1
with:
key: ${{ secrets.NOSTR_KEY }}
relay: wss://relay.damus.io
content: |
${{ github.actor }} pushed to branch ${{ github.ref_name }}
https://github.com/${{ github.repository }}/compare/${{ github.event.before }}...${{ github.event.after }}