Allow renaming of files using ":" and update documentation to match

This commit is contained in:
Brendan Davidson 2023-05-23 13:46:44 -06:00
parent c9b46fe7aa
commit 93cffc984e
6 changed files with 35 additions and 15 deletions

1
.gitignore vendored
View file

@ -2,3 +2,4 @@ __tests__/runner/*
# actions requires a node_modules dir https://github.com/actions/toolkit/blob/master/docs/javascript-action.md#publish-a-releasesv1-action
# but its recommended not to check these in https://github.com/actions/toolkit/blob/master/docs/action-versioning.md#recommendations
node_modules
lib/*