Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload multiple files with a glob pattern? #89

Open
willhains opened this issue Jan 5, 2022 · 2 comments
Open

Upload multiple files with a glob pattern? #89

willhains opened this issue Jan 5, 2022 · 2 comments

Comments

@willhains
Copy link

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/*.txt
@exuanbo
Copy link
Owner

exuanbo commented Jan 8, 2022

Thanks for your suggestion, I will implement this in the next minor version.

@dpo
Copy link

dpo commented Sep 24, 2022

Any news on this front?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants