Skip to content

Commit 7a0754d

Browse files
committed
update indent
1 parent b023862 commit 7a0754d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ runs:
4646
set -euo pipefail
4747
4848
PACKAGE_NAME="eps-devcontainers/${DEVCONTAINER_IMAGE}"
49-
ENCODED_PACKAGE_NAME=$(python3 -c 'import sys, urllib.parse;
50-
print(urllib.parse.quote(sys.argv[1], safe=""))' "$PACKAGE_NAME")
49+
ENCODED_PACKAGE_NAME=$(python3 -c 'import sys, urllib.parse; print(urllib.parse.quote(sys.argv[1], safe=""))' "$PACKAGE_NAME")
5150
VERSIONS_JSON=$(gh api \
5251
-H "Accept: application/vnd.github+json" \
5352
"/orgs/NHSDigital/packages/container/${ENCODED_PACKAGE_NAME}/versions?per_page=100")

0 commit comments

Comments
 (0)