Skip to content

Commit

Permalink
Update make-dapp.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
anatolse authored Sep 8, 2024
1 parent 54846af commit 15bf389
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/make-dapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ on:
inputs:
node_version:
description: 'Node.js version to use'
required: true
default: '16'
build_command:
description: 'Command to build the project'
required: true
default: 'yarn build'
manifest_name:
description: 'Name of the .dapp application'
Expand All @@ -19,22 +17,18 @@ on:
required: true
manifest_icon:
description: 'Path to the icon file'
required: true
default: 'localapp/app/logo.svg'
manifest_url:
description: 'URL for the application'
required: true
default: 'localapp/app/index.html'
manifest_version_prefix:
description: 'Version prefix of the application'
required: true
manifest_api_version:
description: 'API version of the application'
required: true
default: '7.0'
manifest_min_api_version:
description: 'Minimum API version required'
required: true
default: '7.0'
manifest_guid:
description: 'GUID for the .dapp manifest'
Expand Down

0 comments on commit 15bf389

Please sign in to comment.