Skip to content

add actions to dump github context #1

add actions to dump github context

add actions to dump github context #1

Workflow file for this run

name: "Upload artifacts to release"
on:
release:
type:
- created
# TODO: Delete it later.
push:
branches:
- "add-dump-action"
jobs:
dump_contexts_to_log:
runs-on: ubuntu-latest
steps:
- uses: .github/actions/dump-context