cycle20 / EZCancerTarget

Collect drug compound data based on editable target table and scan various sources to augment dataset
https://cycle20.github.io/EZCancerTarget/
GNU General Public License v3.0
1 stars 1 forks source link

Google AppScript vs workflow dispatch request issue #20

Closed cycle20 closed 3 years ago

cycle20 commented 3 years ago

Message after click on the spreadsheet button:

Request sent to GitHub workflow... RESPONSE CODE: 422

Used workflow file: https://github.com/cycle20/scancer/blob/d1861845dd248d6618432f6fc856fa3746276adc/.github/workflows/main.yml


NOTE: JSON response (dispatch request sent by curl)
{
  "message": "Workflow does not have 'workflow_dispatch' trigger",
  "documentation_url": "https://docs.github.com/rest/reference/actions#create-a-workflow-dispatch-event"
}
cycle20 commented 3 years ago

API call on endpoint https://api.github.com/.../actions/workflows revealed that an obsolete workflow id was registered in the parameter table.

FIXED