mirror of
https://github.com/JuliusFreudenberger/portainer-stack-git-redeploy-action.git
synced 2024-11-23 19:34:39 +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
|
name: Portainer Stack Redeploy
|
||||||
author: Dzianis Nikifaraŭ
|
author: Dzianis Nikifaraŭ
|
||||||
description: Action for request to Portainer API for redeploy stack with pull latest images
|
description: Action for request to Portainer API for redeploy stack with pull latest images
|
||||||
icon: refresh-ccw
|
|
||||||
color: blue
|
|
||||||
|
|
||||||
inputs:
|
inputs:
|
||||||
portainerUrl:
|
portainerUrl:
|
||||||
|
@ -22,3 +20,7 @@ inputs:
|
||||||
runs:
|
runs:
|
||||||
using: 'node16'
|
using: 'node16'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
|
|
||||||
|
branding:
|
||||||
|
icon: 'refresh-ccw'
|
||||||
|
color: 'blue'
|
||||||
|
|
Loading…
Reference in a new issue