mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
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:
parent
753f1f24ac
commit
c4fca3f705
4
.github/workflows/fips-label.yml
vendored
4
.github/workflows/fips-label.yml
vendored
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user