chore: bump version of unity-sps-ogc-processes-api-python-client #66
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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" |