Skip to content

Commit 818ff09

Browse files
authored
Merge pull request #4 from garethr/marketplace-action
Generate a root action.yml to try and add the Actions to the marketplace
2 parents 1c8852a + db004af commit 818ff09

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,10 @@
4646
}
4747
end
4848
end
49+
50+
#
51+
# Currently in order to submit Actions to the marketplace you need to have a file
52+
# called action.yml in the root of your directory
53+
#
54+
puts "Generating root Action"
55+
FileUtils.cp("node/action.yml", ".")

0 commit comments

Comments
 (0)