Skip to content

Bump int128/datadog-actions-metrics from 1.64.0 to 1.77.0 #24

Bump int128/datadog-actions-metrics from 1.64.0 to 1.77.0

Bump int128/datadog-actions-metrics from 1.64.0 to 1.77.0 #24

Workflow file for this run

name: Diagnose github context
on:
pull_request:
types:
- opened
- reopened
- synchronize
- closed
paths-ignore:
- '**.md'
jobs:
gha_diagnostics:
runs-on: ubuntu-latest
name: Diagnose github context
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"