Skip to content

Commit a696b53

Browse files
committed
gh-workflow: dump contexts
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 3f28c5f commit a696b53

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/dump-contexts.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: Dump Contexts
2+
on: release
3+
jobs:
4+
dump:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- name: Dump context
8+
uses: crazy-max/ghaction-dump-context@v1

0 commit comments

Comments
 (0)