name: GitHub Actions Helloworld
on: [push]
jobs:
Welcome-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- run: echo " Hello world! 🎉 The job was automatically triggered by a ${{ github.event_name }} event."
Files
This branch is 732 commits behind tungbq/devops-basics:main.