Skip to content

PFM-1 Test

PFM-1 Test #39

Workflow file for this run

name: 'Context'
on:
push:
pull_request:
issues:
project:
workflow_call:
workflow_dispatch:
jobs:
view-context:
runs-on: ubuntu-latest
steps:
- name: View context attributes
continue-on-error: true
uses: actions/github-script@v5
with:
script: console.log(context)