Skip to content

Commit 022359a

Browse files
committed
Add missing newline characters
1 parent 8343075 commit 022359a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run_notify_load.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@ jobs:
126126
run: |
127127
REPORT_URL="https://$BUCKET_NAME.s3.${AWS_REGION}.amazonaws.com/reports/$RUN_ID/psu_load_test.json.html"
128128
echo "Test report is hosted at: $REPORT_URL" >> "$GITHUB_STEP_SUMMARY"
129-
echo "::set-output name=report_url::$REPORT_URL"
129+
echo "::set-output name=report_url::$REPORT_URL"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// These ODS codes should match the values in AWS parameter store. They're assumed to be enabled in the whitelist
22
export const allowedOdsCodes = [
33
// TODO: I need to define these
4-
]
4+
]

0 commit comments

Comments
 (0)