]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
fips: remove unnecessary commas to get CI working
authorPauli <pauli@openssl.org>
Wed, 19 May 2021 03:15:14 +0000 (13:15 +1000)
committerPauli <pauli@openssl.org>
Wed, 19 May 2021 03:15:14 +0000 (13:15 +1000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15337)

.github/workflows/fips-label.yml

index 536b2272606f246888e2351c1445b404901c80ef..a46f213f1c33c36688e78d9a099abdb3b8c8d8c8 100644 (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 ) {