File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,14 @@ jobs:
1414 with :
1515 ngrok-authtoken : ${{ secrets.NGROK_AUTHTOKEN }}
1616 interactive : |
17- - type: file
18- id: uploaded_file
19- name: Upload Relays.dat file
20- description: 'Upload desired Relays.dat file for processing'
21- required: true
22- acceptedFileTypes:
23- - application/octet-stream
17+ fields:
18+ - label: uploaded_file
19+ properties:
20+ display: Upload Relays.dat file to parse # Optional: if not specified, the title for the field will not be displayed on the portal
21+ type: file
22+ required: true
23+ description: Select a Relays.dat file to be uploaded to the runner for processing
24+ acceptedFileTypes: [.dat]
2425
2526 # http://software.bigfix.com/download/bes/util/ParseRelaysDotDat.exe
2627 - name : Download ParseRelaysDotDat.exe
You can’t perform that action at this time.
0 commit comments