Skip to content

Commit a1b3a15

Browse files
authored
Merge pull request #157 from apache/fix-workflow
Try fixing a working dir issue
2 parents bb07773 + 5ec28bf commit a1b3a15

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
FROM groovy:4.0.27-jdk17
2-
COPY index-plugins.groovy /index-plugins.groovy
3-
ENTRYPOINT ["groovy", "index-plugins.groovy"]
2+
ENTRYPOINT ["groovy", "index-plugins.groovy"]
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: Update Plugin Index
2+
description: Fetch the latest versions from a given Maven Metadata URL and add
3+
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

.github/actions/update-plugin-index/index-plugins.groovy renamed to index-plugins.groovy

File renamed without changes.

0 commit comments

Comments
 (0)