Update action.yml

This commit is contained in:
Denis Nikiforov 2022-12-09 00:50:09 +03:00 committed by GitHub
parent a55605f11a
commit b779a44ee2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'