Skip to content

bcobzh is testing out GitHub Actions new2 πŸš€ #5

bcobzh is testing out GitHub Actions new2 πŸš€

bcobzh is testing out GitHub Actions new2 πŸš€ #5

Workflow file for this run

name: GitHub Actions Demo new2
run-name: ${{ github.actor }} is testing out GitHub Actions new2 πŸš€
on:
pull_request_target:
types: [opened, closed, synchronize, reopened]
branches: [ master ]
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- run: echo "πŸŽ‰ The job was automatically triggered by a ${{ github.event_name }} event."