Skip to content

Commit

Permalink
chore: publish deploy-files-to-repo action
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoHsu authored Jul 28, 2022
1 parent 6411c44 commit cd2dd05
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: "Deploy files to repo"
description: "Deploy file/folder to another GitHub repository"
author: "NeoHsu"
branding:
icon: "git-pull-request"
color: "black"
inputs:
source_dir:
description: "Deploy file or folder from this repo"
Expand Down Expand Up @@ -47,4 +51,4 @@ inputs:
required: false
runs:
using: "docker"
image: "Dockerfile"
image: "Dockerfile"

0 comments on commit cd2dd05

Please sign in to comment.