From aa56ba49200f8721ed1870845014964711cb79b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Kautler?= Date: Sun, 18 Aug 2024 22:53:03 +0200 Subject: [PATCH] Add DamianReeves/write-file-action@v1 (#23) --- .../write-file-action/v1/action-types.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 typings/DamianReeves/write-file-action/v1/action-types.yml diff --git a/typings/DamianReeves/write-file-action/v1/action-types.yml b/typings/DamianReeves/write-file-action/v1/action-types.yml new file mode 100644 index 0000000..2bb7364 --- /dev/null +++ b/typings/DamianReeves/write-file-action/v1/action-types.yml @@ -0,0 +1,18 @@ +# See https://github.com/typesafegithub/github-actions-typing/ +inputs: + path: + type: string + + contents: + type: string + + write-mode: + type: enum + allowed-values: + - overwrite + - append + - preserve + +outputs: + size: + type: integer