Coder-philosopher is testing out #3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" |