discord-webhook icon indicating copy to clipboard operation
discord-webhook copied to clipboard

Question: Wildcards on filename

Open Sylensky opened this issue 2 years ago • 0 comments

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?

Sylensky avatar Jan 05 '23 19:01 Sylensky