Skip to content

Commit

Permalink
break things down
Browse files Browse the repository at this point in the history
  • Loading branch information
nikellepetrillo committed Dec 2, 2024
1 parent a9a3508 commit 60a68ea
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 @@ -117,7 +117,7 @@ jobs:
run: |
echo "Submitting job..."
# Submit the job here and store the submission ID
SUBMISSION_ID=$(python3 scripts/firecloud_api/firecloud_api.py --token "${{ steps.auth.outputs.access_token }}" --action submit_job "$@")
SUBMISSION_ID=$(firecloud_action submit --submission_data_file "$SUBMISSION_DATA_FILE")
echo "Submission ID: $SUBMISSION_ID"
echo "submission_id=$SUBMISSION_ID" >> $GITHUB_ENV
Expand Down

0 comments on commit 60a68ea

Please sign in to comment.