Testbed examples of GitHub Actions.
- An example with Composite Actions.
- An example without Composite Actions.
- An example with Composite Actions.
- Preload
actions/upload-artifactby declaring it previously.- This example avoids those delay downloads.
- FYI: Downloading actions in Composte Actions will be delayed as a specification of GitHub Actions.
- An example with cached actions.
- All actions will be downloaded previously and will be shared in the steps.
- An example with private actions.
- "Personal Access Token" (
secrets.PAT_TOKEN) is required to access private repositories.