Skip to content

Commit 1792759

Browse files
authored
Fix the indentation in the teamscale upload action. (#3579)
1 parent 383f70d commit 1792759

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

actions/teamscale-upload/action.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ runs:
2121
# temporary until we validate that this is working correctly
2222
continue-on-error: true
2323
uses: 'cqse/teamscale-upload-action@8d10b6693b9242420ef2062dbefc36af6e88d587'
24-
with:
25-
server: 'https://fdb.teamscale.io'
26-
project: 'foundationdb-fdb-record-layer'
27-
user: 'fdb-record-layer-build'
28-
partition: inputs.partition
29-
accesskey: ${{ inputs.teamscaleKey }}
30-
format: 'JACOCO'
31-
revision: ${{ inputs.revision }}
32-
files: ${{ inputs.files }}
24+
with:
25+
server: 'https://fdb.teamscale.io'
26+
project: 'foundationdb-fdb-record-layer'
27+
user: 'fdb-record-layer-build'
28+
partition: inputs.partition
29+
accesskey: ${{ inputs.teamscaleKey }}
30+
format: 'JACOCO'
31+
revision: ${{ inputs.revision }}
32+
files: ${{ inputs.files }}

0 commit comments

Comments
 (0)