Skip to content

Commit d324750

Browse files
authored
MRJP-7 fix fingerprint in prod report (#8)
* debug * debug * debug * debug * works
1 parent ea8dbab commit d324750

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/simulate-environment-reporting-prod.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ jobs:
5252
mkdir -p "running/$(dirname "${REPO_FILE}")"
5353
5454
# Fetch the file
55-
gh api repos/kosli-dev/${REPO}/contents/${REPO_FILE_PATH} \
56-
--ref ${LATEST_TAG} \
55+
gh api "repos/kosli-dev/${REPO}/contents/${REPO_FILE_PATH}?ref=${LATEST_TAG}" \
5756
--jq '.content' | base64 -d > running/${REPO_FILE}
5857
5958
echo "File downloaded successfully to running/${REPO_FILE}"

0 commit comments

Comments
 (0)