We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b023862 commit 7a0754dCopy full SHA for 7a0754d
1 file changed
action.yml
@@ -46,8 +46,7 @@ runs:
46
set -euo pipefail
47
48
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")
+ ENCODED_PACKAGE_NAME=$(python3 -c 'import sys, urllib.parse; print(urllib.parse.quote(sys.argv[1], safe=""))' "$PACKAGE_NAME")
51
VERSIONS_JSON=$(gh api \
52
-H "Accept: application/vnd.github+json" \
53
"/orgs/NHSDigital/packages/container/${ENCODED_PACKAGE_NAME}/versions?per_page=100")
0 commit comments