mirror of
https://github.com/JasonHHouse/gaps.git
synced 2026-02-05 10:09:32 -06:00
6 lines
124 B
YAML
6 lines
124 B
YAML
# action.yml
|
|
name: 'Run Gaps'
|
|
description: 'Greet someone and record the time'
|
|
runs:
|
|
using: 'docker'
|
|
image: 'Dockerfile' |