Archive Post
Home / December 2025
Getting Started with GitHub Actions(Demo project)
name: First Workflowon: workflow_dispatchjobs:first-job:runs-on: ubuntu-lateststeps:- name: Print greetingrun: echo "Hello…
Getting Started with GitHub Actions: A Beginner’s Guide
GitHub Actions is a CI/CD (Continuous Integration/Continuous Deployment) platform that…