Skip to content

Commit

Permalink
ci: minor formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pyoor committed Oct 11, 2023
1 parent bb3001c commit f47b00d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ tasks:
namespace: project.fuzzing.orion.orion-decision.master
env:
PROJECT_NAME: ${project_name}
CI_MATRIX: {$json: {$eval: matrix}}
GITHUB_EVENT: {$json: {$eval: event}}
CI_MATRIX: { $json: { $eval: matrix } }
GITHUB_EVENT: { $json: { $eval: event } }
GITHUB_ACTION: ${tasks_for}
TASKCLUSTER_NOW: ${now}
command:
Expand All @@ -98,4 +98,4 @@ tasks:
description: schedule ci tasks for ${project_name}
owner: '${event.sender.login}@users.noreply.github.com'
source: https://github.com/MozillaSecurity/bugzilla
else: []
else: [ ]

0 comments on commit f47b00d

Please sign in to comment.