We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eadfaee commit b127084Copy full SHA for b127084
.github/workflows/issue_comment.yaml
@@ -0,0 +1,11 @@
1
+on: issue_comment
2
+
3
+jobs:
4
+ handle:
5
+ name: Handle event
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - uses: actions/upload-artifact@v4
9
+ with:
10
+ name: event
11
+ path: ${{ github.event_path }}
0 commit comments