Skip to content

chore: bump version of unity-sps-ogc-processes-api-python-client #66

chore: bump version of unity-sps-ogc-processes-api-python-client

chore: bump version of unity-sps-ogc-processes-api-python-client #66

Workflow file for this run

# change this to the event type you want to get the data for
name: Job Context Printer
on:
pull_request:
types: [opened, closed, reopened]
jobs:
printJob:
name: Print event
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
echo "$GITHUB_CONTEXT"