Skip to content

User Story: Full Test Run #38

User Story: Full Test Run

User Story: Full Test Run #38

Workflow file for this run

on: issues
jobs:
job1:
runs-on: ubuntu-latest
steps:
- name: View issue information
run: |
echo "Issue title: ${{ github.event.issue.title }}"
echo "Issue body: ${{ github.event.issue.body }}"
- name: View the github context
run: echo "$GITHUB_CONTEXT"
env:
GITHUB_CONTEXT: ${{ toJson(github) }}