mirror of
https://github.com/JuliusFreudenberger/portainer-stack-git-redeploy-action.git
synced 2024-11-23 11:24:38 +01:00
Update action.yml
This commit is contained in:
parent
a55605f11a
commit
b779a44ee2
1 changed files with 4 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
|||
name: Portainer Stack Redeploy
|
||||
author: Dzianis Nikifaraŭ
|
||||
description: Action for request to Portainer API for redeploy stack with pull latest images
|
||||
icon: refresh-ccw
|
||||
color: blue
|
||||
|
||||
inputs:
|
||||
portainerUrl:
|
||||
|
@ -22,3 +20,7 @@ inputs:
|
|||
runs:
|
||||
using: 'node16'
|
||||
main: 'dist/index.js'
|
||||
|
||||
branding:
|
||||
icon: 'refresh-ccw'
|
||||
color: 'blue'
|
||||
|
|
Loading…
Reference in a new issue