Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4075666251 |
@@ -68,7 +68,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Open issue on regression
|
- name: Open issue on regression
|
||||||
if: steps.hotspot.outcome == 'failure' || steps.vs_talib.outcome == 'failure'
|
if: steps.hotspot.outcome == 'failure' || steps.vs_talib.outcome == 'failure'
|
||||||
uses: actions/github-script@v8
|
uses: actions/github-script@v9
|
||||||
env:
|
env:
|
||||||
HOTSPOT_OUTCOME: ${{ steps.hotspot.outcome }}
|
HOTSPOT_OUTCOME: ${{ steps.hotspot.outcome }}
|
||||||
VS_TALIB_OUTCOME: ${{ steps.vs_talib.outcome }}
|
VS_TALIB_OUTCOME: ${{ steps.vs_talib.outcome }}
|
||||||
|
|||||||
Reference in New Issue
Block a user