We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aeb685a + a5e68c5 commit 2adc13dCopy full SHA for 2adc13d
.github/workflows/test_pull_requests.yml
@@ -265,7 +265,7 @@ jobs:
265
${{ github.run_id }}
266
${{ steps.upload_regressions.outputs.artifact-url }}
267
268
- - uses: actions/github-script@v8
+ - uses: actions/github-script@v9
269
if: always() && matrix.run_regressions && steps.regressions.outcome == 'failure' && github.event.pull_request.head.repo.full_name == 'NatLabRockies/EnergyPlus'
270
with:
271
script: |
0 commit comments