Skip to content

Bump @actions/core from 1.2.6 to 1.10.1 #9

Bump @actions/core from 1.2.6 to 1.10.1

Bump @actions/core from 1.2.6 to 1.10.1 #9

Workflow file for this run

name: Dump Context
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
id: github_context_step
run: echo '${{ toJSON(github) }}'