File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 84
84
aws-region : ${{ env.AWS_REGION }}
85
85
86
86
- 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
88
88
89
89
# Rename result files, and zip them together
90
90
- name : Zip the results
@@ -191,4 +191,4 @@ jobs:
191
191
channel-id : ${{ secrets.SLACK_CHANNEL_ID }}
192
192
slack-message : " \n Comparison Results generated on ${{ env.REPOSITORY_NAME }} by PR ${{ env.PR_NUMBER }} from branch ${{ env.HEAD_REF }} to ${{ env.BASE_REF }} \n PR link ${{ env.PR_URL }}\n Language: All \n Summary Report:\n ${{ env.MESSAGE }}"
193
193
env :
194
- SLACK_BOT_TOKEN : ${{ secrets.SLACK_TOKEN }}
194
+ SLACK_BOT_TOKEN : ${{ secrets.SLACK_TOKEN }}
You can’t perform that action at this time.
0 commit comments