about summary refs log blame commit diff
path: root/.github/workflows/test.yml
blob: 5ed7c60119349eb08f968fcadddef8bd6807d461 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                                                                
                  






                                                                                                 
name: GitHub Actions Demo
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on: [pull_request]
jobs:
  Explore-GitHub-Actions:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
      - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
      - run: git rev-parse HEAD