Skip to content

Commit

Permalink
Add icon
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoreo authored Jul 28, 2023
1 parent 86859f7 commit 5e0fc5a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
name: 'pnpm-filtering'
description: 'Check app source changed using pnpm filter'
name: 'pnpm-filter'
description: 'Github Action to determine if app source code has changed in a pnpm monorepo.'
branding:
icon: 'filter'
color: 'green'
inputs:
appName:
description: 'foldername of the pnpm project that must be checked'
description: 'Project folder name of the pnpm project that must be checked'
required: true
PAT:
description: "PAT to authenticate actions/checkout"
description: "Repository PAT to authenticate checkout"
required: true
outputs:
changed:
Expand Down

0 comments on commit 5e0fc5a

Please sign in to comment.