fips: remove unnecessary commas to get CI working

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15337)
This commit is contained in:
Pauli 2021-05-19 13:15:14 +10:00
parent 753f1f24ac
commit c4fca3f705

View File

@ -19,7 +19,7 @@ jobs:
var artifacts = await github.actions.listWorkflowRunArtifacts({
owner: context.repo.owner,
repo: context.repo.repo,
run_id: ${{ github.event.workflow_run.id }},
run_id: ${{ github.event.workflow_run.id }}
});
if ( artifacts.data.artifacts[0].name == 'fips_changed' ) {
github.issues.addLabels({
@ -32,7 +32,7 @@ jobs:
var labels = await github.issues.listLabelsOnIssue({
issue_number: ${{ github.event.workflow_run.pull_requests[0].number }},
owner: context.repo.owner,
repo: context.repo.repo,
repo: context.repo.repo
});
for ( var label in labels.data ) {