Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions LICENSE

This file was deleted.

50 changes: 0 additions & 50 deletions README.md

This file was deleted.

17 changes: 7 additions & 10 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: 'Portainer Deploy Stack'
description: 'Deploy provided stack via Portainer'
branding:
icon: 'arrow-up-circle'
color: 'blue'
inputs:
portainer-username:
description: Portainer user name
description: Poratainer user name
required: true

portainer-password:
Expand Down Expand Up @@ -36,12 +33,12 @@ inputs:
description: Prune services there no longer referenced
required: false
default: 'false'

stack-pull-image:
description: Pull newest version of images
stack-pull:
description: Always attempt to pull a newer version of the image
required: false
default: 'true'
default: 'false'

teams:
description: |
Name of teams who can access this stack via Poratiner.
Expand All @@ -53,5 +50,5 @@ outputs:
description: Created docker swarm stack ID

runs:
using: 'node16'
using: 'node12'
main: 'dist/index.js'
Loading
Loading