Skip to content

New domains

New domains #5

Workflow file for this run

name: This is an example
on: [pull_request]
jobs:
one:
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ github.event.head_commit.message }}
#GITHUB_CONTEXT: ${{ toJson(github.event.commits[0].message) }}
#GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo ${{ github.repository }}
#run: echo "$GITHUB_CONTEXT"