appleboy/lambda-action

source input format questions

reinpetersen-serenaandlily opened this issue · 1 comments

documentation reads:

source : file list you want to zip

Questions:

  • does the input variable permit glob or regex?
  • as a list, are filenames to be space or comma separated?

I tested it with comma separated string and it works, something like this:

source: dir1/*,dir2/index.js