Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Wendel <[email protected]>
  • Loading branch information
KwadFan committed Nov 2, 2023
1 parent 2c4a5b1 commit 4a4680e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/setup_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ def main():
# Split Namespaces
config_file, setup_group = args.config, args.group
if args.git:
with open(os.environ['GITHUB_STEP_SUMMARY'], 'a') as sum:
print(f'# YAY', file=sum)
with open(os.environ['GITHUB_OUTPUT'], 'a') as fd:
print(f"matrix=['raspberry/rpi32']", file=fd)
else:
Expand Down

0 comments on commit 4a4680e

Please sign in to comment.