Ivan Boothe

Results 92 comments of Ivan Boothe
trafficstars

True, but handlebars-helpers hasn't been updated in 4+ years so I'd say it's probably unmaintained too. I used to use it (that's how, like you, I ended up on this...

I'm seeing this too.

Update: I got it to work if I added a second file type. So for instance using this as the option in the action works: `file_types: .md,.*` So this is...

As an aside, when using `file_types: .md,.*`, the output in the action on GitHub lists, under "Found files in workspace", everything _except_ the dotfiles, even though it does check them....

Yeah, I tried all of the following: ``` file_types: .* file_types: '.*' file_types: ".*" file_types: '.\*' file_types: '.**' ``` in the `.yml` action-workflow file. That's a good test to add...

OK, but I definitely tried `file_types: ".*"` and it definitely didn't work...

Oh or do you mean `file_types: ''.*''` (i.e. two apostrophes rather than one quote-mark)?

Ah I understand now. I tried it and no go -- results in "No urls collected". I tried both `file_types: ["'.*'"]` and `file_types: ['".*"']`. In both cases the output in...

OK -- will have to try tomorrow.

I tried `'.*,'` and I can confirm that that works.