discord-webhook
discord-webhook copied to clipboard
Question: Wildcards on filename
Hello,
i was wondering if the filename property supports wildcard. My workflow would look something like this then:
...
- name: Upload File
uses: ./
with:
webhook-url: ${{ secrets.WEBHOOK_URL }}
filename: my_awesome_folder/data/file_with_version_*.txt
...
Also i tested to pass multiple files with no success so far is that supported?