fix: convert id array to single string in block data

This commit is contained in:
trafficlunar 2025-01-10 21:22:55 +00:00
parent 2500a00e21
commit e5ee9c81a9
7 changed files with 447 additions and 452 deletions

View file

@ -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