Skip to content

Update hello.yaml

Update hello.yaml #6

Workflow file for this run

name: Context Testing
on: push
jobs:
dump_context_to_log:
runs-on: ubuntu-latest
steps:
- name: Github_context
run: echo '${{ toJSON(github)}}'