We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09aaeb8 commit 031406aCopy full SHA for 031406a
.github/workflows/awstest.yml
@@ -48,7 +48,7 @@ jobs:
48
parameters: |
49
{
50
"hook_url": "${{ secrets.MEGATESTS_ALERTS_SLACK_HOOK_URL }}",
51
- "outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/sarek/results-test-${{ github.sha }}"/${{ matrix.profile }}"
+ "outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/sarek/results-test-${{ github.sha }}/${{ matrix.profile }}"
52
}
53
profiles: ${{ matrix.profile }}
54
0 commit comments