We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48071b1 commit 82472d2Copy full SHA for 82472d2
1 file changed
.github/workflows/reindex_dtss.yml
@@ -0,0 +1,20 @@
1
+# This is a basic workflow to help you get started with Actions
2
+
3
+name: Refresh Starter Script Index
4
5
+on:
6
+ pull_request_target:
7
+ types:
8
+ - closed
9
+ workflow_dispatch:
10
11
+jobs:
12
+ if_merged:
13
+ # if: github.event.pull_request.merged == true
14
+ runs-on: ubuntu-latest
15
+ steps:
16
+ - uses: actions/checkout@v7
17
+ - name: Create and push index
18
+ run: |
19
+ echo Add other actions to build,
20
+ echo test, and deploy your project.
0 commit comments