We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb07773 + 5ec28bf commit a1b3a15Copy full SHA for a1b3a15
3 files changed
.github/actions/update-plugin-index/Dockerfile
@@ -1,3 +1,2 @@
1
FROM groovy:4.0.27-jdk17
2
-COPY index-plugins.groovy /index-plugins.groovy
3
-ENTRYPOINT ["groovy", "index-plugins.groovy"]
+ENTRYPOINT ["groovy", "index-plugins.groovy"]
.github/actions/update-plugin-index/action.yml
@@ -0,0 +1,7 @@
+name: Update Plugin Index
+description: Fetch the latest versions from a given Maven Metadata URL and add
+ any new versions to the plugin yml files in the grails-plugins directory.
4
+ Generate grails-plugins-index.json file in the project root.
5
+runs:
6
+ using: docker
7
+ image: Dockerfile
…update-plugin-index/index-plugins.groovy index-plugins.groovy.github/actions/update-plugin-index/index-plugins.groovy renamed to index-plugins.groovy
0 commit comments