Skip to content

Commit

Permalink
release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rosven9856 committed Aug 16, 2024
1 parent f28429a commit 5f41ac9
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 6 deletions.
49 changes: 47 additions & 2 deletions README.md

Large diffs are not rendered by default.

11 changes: 7 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: "Composer package build"
description: "Composer package build from repository using GitHub Actions"
name: "Composer package action"
description: "With this GitHub Action, you can build a package for the PHP Composer package manager."
inputs:
BUILD_DIRECTORY_NAME:
description: "build directory name"
description: "The name of the directory for package building"
default: ".build"
BUILD_FILE_NAME:
description: "package file name"
description: "The name of the built package file"
default: "package.zip"
outputs:
directory:
Expand All @@ -18,3 +18,6 @@ runs:
args:
- ${{ inputs.BUILD_DIRECTORY_NAME }}
- ${{ inputs.BUILD_FILE_NAME }}
branding:
icon: 'package'
color: 'purple'

0 comments on commit 5f41ac9

Please sign in to comment.