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 fd90487 commit 5f2aab6Copy full SHA for 5f2aab6
.github/workflows/update-screenshots.yml
@@ -0,0 +1,11 @@
1
+name: 'Update Screenshot References'
2
+
3
+on:
4
+ workflow_dispatch:
5
6
+jobs:
7
+ stub:
8
+ steps:
9
+ - name: Stub
10
+ run: echo 'This is a stub'
11
+ shell: bash
0 commit comments