Skip to content

Have dependabot update GitHub actions #18

Have dependabot update GitHub actions

Have dependabot update GitHub actions #18

Workflow file for this run

name: On Pull Request
on:
pull_request:
jobs:
debug:
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"