Create action.yml

This commit is contained in:
dvelo 2025-05-11 12:07:38 -05:00 committed by GitHub
parent cc39b1c4ea
commit 130e12e2e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
packages/cron/action.yml Normal file

@ -0,0 +1,6 @@
# action.yml
name: 'MHSF Cron Task'
description: 'Cronically online'
runs:
using: 'docker'
image: 'Dockerfile'