We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f28c5f commit a696b53Copy full SHA for a696b53
.github/workflows/dump-contexts.yml
@@ -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