Opengist

Explore

  • All gists
  • Topics
  • Users
Give feedback on the new UI Powered by Opengist ⋅ 43ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login
n

ntfy

Recently created Least recently created Recently updated Least recently updated
jackz

jackz / Ntfy Template for Forgejo

Last active 2 months ago ntfy template
0 0 1
1 title: |
2 {{- if and .run.workflow_id (eq .action "success") }}
3 ✅ Workflow {{ .run.workflow_id }} success in {{ .run.repository.name }}
4
5 {{- else if and .run.workflow_id (eq .action "failure") }}
6 ❌ Workflow {{ .run.workflow_id }} failed in {{ .run.repository.name }}
7
8 {{- else if and .run.workflow_id (eq .action "recover") }}
9 ℹ️ Workflow {{ .run.workflow_id }} recovered in {{ .run.repository.name }}
10