Skip to content

Bump apache-airflow from 2.9.1 to 2.10.2 in /apps/sps #62

Bump apache-airflow from 2.9.1 to 2.10.2 in /apps/sps

Bump apache-airflow from 2.9.1 to 2.10.2 in /apps/sps #62

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"