Skip to content

bcobzh is testing out GitHub Actions πŸš€ #8

bcobzh is testing out GitHub Actions πŸš€

bcobzh is testing out GitHub Actions πŸš€ #8

Workflow file for this run

name: GitHub Actions Demo
run-name: ${{ github.actor }} is testing out GitHub Actions πŸš€
on: [push]
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- run: echo "πŸŽ‰ The job was automatically triggered by a ${{ github.event_name }} event."