Skip to content

Coder-philosopher is testing out #3

Coder-philosopher is testing out

Coder-philosopher is testing out #3

Workflow file for this run

name: Github Actions Demo
run-name: ${{ github.actor }} is testing out
on: [push]
jobs:
Explore-Github-Actions:
runs-on: ubuntu-latest
steps:
- run: echo "running the job on push, while learning GitHub Actions"