In this lab you will fork the repository and enable the GitHub Actions
Duration: 5-10 minutes
References:
- Fork the current repository gh-abcs-actions
- Optional, copy or clone the repository by importing the repository into your account.
- Go to
Actions
and see the warning messageWorkflows aren’t being run on this forked repository
- Review the workflows and click on the button
I understand my workflows, go ahead and enable them
- You should now be able to see the list of all workflows
- (Optional) In your forked repository, create an new issue with tasks to monitor your progress
- Title: Training - Hands-on Labs & Activities
- Content:
### Hands-on Labs & Activities:
- [x] Hands-on Labs Setup
- [ ] Module 1: Introduction to GitHub Actions
- [ ] Module 2: Syntax
- [ ] Module 3: Environments and Secrets
- [ ] Module 4: Workflow Templates
- [ ] Module 5: Custom actions
- [ ] Module 6: Self-hosted runners
- [ ] Module 7: CI/CD
- Fetch upstream to get the latest changes from the upstream repository