Skip to content

Merge branch 'git-commit-push-action-6528184285-ubuntu-full-remote' i… #1853

Merge branch 'git-commit-push-action-6528184285-ubuntu-full-remote' i…

Merge branch 'git-commit-push-action-6528184285-ubuntu-full-remote' i… #1853

name: Test 36 # Related to https://stackoverflow.com/questions/72532083/how-to-access-this-json-object-field-in-github-actions
on:
workflow_dispatch:
push:
jobs:
job1:
runs-on: ubuntu-latest
steps:
- name: Access GitHub context
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: echo "$GITHUB_CONTEXT"