Skip to content

Commit

Permalink
Merge pull request #359 from nf-core/gha-awsfulltest-params-comma-fix
Browse files Browse the repository at this point in the history
Add missing comma to awsfulltest
  • Loading branch information
adamrtalbot authored Jul 21, 2023
2 parents 54d6f21 + 48c10a7 commit e64e11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/awsfulltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
parameters: |
{
"hook_url": "${{ secrets.MEGATESTS_ALERTS_SLACK_HOOK_URL }}",
"outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/chipseq/results-${{ github.sha }}"
"outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/chipseq/results-${{ github.sha }}",
"aligner": "${{ matrix.aligner }}"
}
profiles: test_full
Expand Down

0 comments on commit e64e11c

Please sign in to comment.