Skip to content

Running the GitHub Action Manually

Jonah Lawrence edited this page Sep 9, 2022 · 1 revision

To run the GitHub action manually

  1. Click the Actions tab in your repository
  2. Select GitHub Readme YouTube Cards from the sidebar
  3. Click the Run workflow pulldown in the blue banner
  4. Click Run workflow in the tooltip

image

Troubleshooting

To run the GitHub action manually, make sure workflow_dispatch: appears within the on: section of the workflow.

Example:

name: GitHub Readme YouTube Cards
on:
  schedule:
    # Runs every hour, on the hour
    - cron: "0 * * * *"
  workflow_dispatch: