From a3e9f794dfdaf62f0898636857b8bea83178c119 Mon Sep 17 00:00:00 2001 From: Jeremy Whiting Date: Wed, 6 Mar 2024 12:39:59 +0000 Subject: [PATCH] Sample action file --- .github/workflows/actions.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/workflows/actions.yaml diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml new file mode 100644 index 000000000..d47333e71 --- /dev/null +++ b/.github/workflows/actions.yaml @@ -0,0 +1,8 @@ +name: 'Horreum Action' +description: 'Metadata for Github Action for Horreum project' +inputs: + +outputs: + +runs: + using: 'node20'