Skip to content

Commit e64e11c

Browse files
authored
Merge pull request #359 from nf-core/gha-awsfulltest-params-comma-fix
Add missing comma to awsfulltest
2 parents 54d6f21 + 48c10a7 commit e64e11c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/awsfulltest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
parameters: |
2828
{
2929
"hook_url": "${{ secrets.MEGATESTS_ALERTS_SLACK_HOOK_URL }}",
30-
"outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/chipseq/results-${{ github.sha }}"
30+
"outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/chipseq/results-${{ github.sha }}",
3131
"aligner": "${{ matrix.aligner }}"
3232
}
3333
profiles: test_full

0 commit comments

Comments
 (0)