We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bebeea8 commit 7e2da1aCopy full SHA for 7e2da1a
3 files changed
.github/actions/find-artifact/package.json
@@ -0,0 +1,10 @@
1
+{
2
+ "name": "find-artifact",
3
+ "version": "1.0.0",
4
+ "description": "Find existing artifact for RNEF builds",
5
+ "main": "index.js",
6
+ "dependencies": {
7
+ "@actions/core": "^1.11.1",
8
+ "@actions/github": "^6.0.0"
9
+ }
10
+}
.github/actions/rnef-native-fingerprint/package.json
@@ -0,0 +1,9 @@
+ "name": "rnef-native-fingerprint",
+ "description": "Generate native fingerprint for RNEF builds",
+ "@actions/core": "^1.11.1"
.github/actions/rnef-post-build/package.json
+ "name": "rnef-post-build",
+ "description": "Post build comment for RNEF builds",
0 commit comments