Skip to content

Commit

Permalink
fixing url
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiernan committed Aug 16, 2024
1 parent eb2e3f8 commit e736c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_illumina_genotyping_array.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
printf "\nSubmitting workflow"
submissionDetails=$(curl -X 'POST' \
"https://api.firecloud.org/api/workspaces/${namespace}/${name}/submissions" \
"https://api.firecloud.org/api/workspaces/$namespace/$name/submissions" \
-H "accept: */*" \
-H "Authorization: Bearer ${ACCESS_TOKEN}" \
-d '{
Expand Down

0 comments on commit e736c53

Please sign in to comment.