Skip to content

Commit

Permalink
Add DamianReeves/write-file-action@v1 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vampire authored Aug 18, 2024
1 parent 5cc9e3f commit aa56ba4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions typings/DamianReeves/write-file-action/v1/action-types.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit aa56ba4

Please sign in to comment.