mirror of
https://github.com/trafficlunar/blockmatic.git
synced 2026-06-27 22:24:12 +00:00
fix: convert id array to single string in block data
This commit is contained in:
parent
2500a00e21
commit
e5ee9c81a9
7 changed files with 447 additions and 452 deletions
2
.github/workflows/ntfy.yaml
vendored
2
.github/workflows/ntfy.yaml
vendored
|
|
@ -3,7 +3,7 @@ on: [deployment_status]
|
|||
|
||||
jobs:
|
||||
notify:
|
||||
if: github.event.deployment_status.state == 'failure' | github.event.deployment_status.state == 'success'
|
||||
if: always()
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Notify on Success
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue