-
-
Notifications
You must be signed in to change notification settings - Fork 48
Running the GitHub Action Manually
Jonah Lawrence edited this page Sep 9, 2022
·
1 revision
- Click the Actions tab in your repository
- Select GitHub Readme YouTube Cards from the sidebar
- Click the
Run workflow
pulldown in the blue banner - Click
Run workflow
in the tooltip
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: