Skip to content

Commit 6900719

Browse files
committed
fix yaml config
1 parent 860ce06 commit 6900719

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/ParseRelaysDotDatInteractive.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)