Skip to content

Commit 3e6d7cf

Browse files
authored
Merge pull request #562 from Privado-Inc/karan-batavia-patch-2
Update comparison-result.yml
2 parents db1cd58 + b6ef694 commit 3e6d7cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/comparison-result.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
aws-region: ${{ env.AWS_REGION }}
8585

8686
- name: Run the script for ${{ env.HEAD_REF }} and ${{ env.BASE_REF }}
87-
run: cd ./temp/standalone-monitoring-stability && pip install -r requirements.txt && python3 ./run.py -r ./repos/${{matrix.language}}.txt -rbb ${{ env.BASE_REF }}} -rbh ${{ env.HEAD_REF }} -brr ${{ env.BASE_RULE_URL }} -hrr ${{ env.HEAD_RULE_URL }} -guf -urc
87+
run: cd ./temp/standalone-monitoring-stability && pip install -r requirements.txt && python3 ./run.py -r ./repos/${{matrix.language}}.txt -rbb ${{ env.BASE_REF }} -rbh ${{ env.HEAD_REF }} -brr ${{ env.BASE_RULE_URL }} -hrr ${{ env.HEAD_RULE_URL }} -guf -urc
8888

8989
# Rename result files, and zip them together
9090
- name: Zip the results
@@ -191,4 +191,4 @@ jobs:
191191
channel-id: ${{ secrets.SLACK_CHANNEL_ID }}
192192
slack-message: "\nComparison Results generated on ${{ env.REPOSITORY_NAME }} by PR ${{ env.PR_NUMBER }} from branch ${{ env.HEAD_REF }} to ${{ env.BASE_REF }} \nPR link ${{ env.PR_URL }}\nLanguage: All \nSummary Report:\n ${{ env.MESSAGE }}"
193193
env:
194-
SLACK_BOT_TOKEN: ${{ secrets.SLACK_TOKEN }}
194+
SLACK_BOT_TOKEN: ${{ secrets.SLACK_TOKEN }}

0 commit comments

Comments
 (0)