Skip to content

Commit

Permalink
chore: move setup.js
Browse files Browse the repository at this point in the history
  • Loading branch information
samypr100 committed May 18, 2024
1 parent 97caae9 commit 975bc44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: "Setup Dev Drive"
description: "A GitHub Action to setup a Windows Dev Drive."
author: "samypr100"
branding:
icon: hard-drive
color: purple
inputs:
drive-size:
description: "Drive Size. Examples: 1GB, 3GB, 10GB."
Expand All @@ -25,5 +22,8 @@ inputs:
default: "false"
runs:
using: "node20"
main: "dist/main.js"
main: "dist/setup/index.js"
post: "dist/post.js"
branding:
icon: hard-drive
color: purple
File renamed without changes.

0 comments on commit 975bc44

Please sign in to comment.