Skip to content

Commit

Permalink
use cwd as default for path inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Sep 29, 2023
1 parent f9a09e1 commit ce361cb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@ branding:
icon: 'droplet'

inputs:
version: # 'auto'
version:
description: "Version of the Rainmeter rmskin package. Defaults to last 8 digits of SHA from commit or reference tags."
required: false
default: 'auto'
title: # 'repo-name'
title:
description: "Name of the Rainmeter rmskin package. Defaults name of repository."
required: false
default: ${{ github.event.repository.name }}
author: # 'repo-owner'
author:
description: "Account Username maintaining the rmskin package. Defaults to Username that triggered the commit."
required: false
default: ${{ github.repository_owner }}
path: # '.'
path:
description: "Base directory of repo being packaged. Defaults to workflow's workspace path"
required: false
default: "/github/workspace"
dir_out: # '.'
default: "."
dir_out:
description: "Path to save generated rmskin package. Defaults to workflow's workspace path"
required: false
default: "/github/workspace"
default: "."

outputs:
arc_name: # path to & name of archive file that was generated
Expand Down

0 comments on commit ce361cb

Please sign in to comment.