Apply suggestions from code review

Co-authored-by: Henry Mercer <henry.mercer@me.com>
This commit is contained in:
Nick Fyson 2023-12-06 11:40:07 +00:00 committed by GitHub
parent 65a2bb528e
commit 3537bea580
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 15 additions and 10 deletions

View file

@ -1,5 +1,6 @@
import argparse
import os, json
import json
import os
import subprocess
# Name of the remote

View file

@ -1,5 +1,5 @@
name: 'Prepare release job'
description: 'Executed preparatory steps before update a release branch'
description: 'Prepare for updating a release branch'
runs:
using: "composite"