generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Is it possible to upload multiple files to a gist using a glob pattern?
Something like this?
- uses: actions/checkout@v2
- name: Deploy
uses: exuanbo/actions-deploy-gist@v1
with:
token: ${{ secrets.TOKEN }}
gist_id: from_your_gist_url
gist_description: "foos and bars"
folder_path: ./dist/
file_path:
- foo.txt # relative to folder_path = ./dist/foo.txt
- bar/*.txt # relative to folder_path = ./dist/bar/*.txtReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels