Compare commits

..

2 Commits

Author SHA1 Message Date
dependabot[bot]
c84816dbc2
Merge 45e231c450275a31e7e18f621b426cc55ce16f05 into 130e12e2e5a1614ae5908515aca288cb8c510102 2025-05-12 16:44:24 +00:00
dvelo
130e12e2e5
Create action.yml 2025-05-11 12:07:38 -05:00

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'