Skip to content

fix minor changes - webhook #6

fix minor changes - webhook

fix minor changes - webhook #6

Workflow file for this run

name: Multi-Event
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
-
jobs:
hello_World:
runs-on: ubuntu-latest
steps:
- name: "Echo Basic Information"
run: |
echo "REF: $GITHUB_REF"
echo "JOB ID: $GITHUB_JOB"
echo "Action: $GITHUB_ACTION"
echo "Actor: $GITHUB_ACTOR"