Skip to content

Commit db004af

Browse files
committed
Generate a root action.yml to try and add the Actions to the marketplace
1 parent a17fa91 commit db004af

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)