mirror of
https://github.com/davegallant/rfd-notify.git
synced 2025-08-05 08:13:39 +00:00
3
github-action/Dockerfile
Normal file
3
github-action/Dockerfile
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM davegallant/rfd-notify:0.2.0
|
||||
|
||||
ENTRYPOINT ["/rfd-notify", "-c", "config.yaml"]
|
5
github-action/entrypoint.sh
Executable file
5
github-action/entrypoint.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh -l
|
||||
|
||||
echo "Starting rfd-notify with config: $1"
|
||||
|
||||
rfd-notify -c "$1"
|
Reference in New Issue
Block a user