We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f101962 commit e8781dcCopy full SHA for e8781dc
.github/actions/rnef-native-fingerprint/index.mjs
@@ -7,7 +7,7 @@ const ALLOWED_PLATFORMS = ["android", "ios"];
7
8
async function run() {
9
const platform = core.getInput("platform");
10
- const workingDirectory = core.getInput("working-directory");
+ const workingDirectory = core.getInput("working_directory");
11
if (!ALLOWED_PLATFORMS.includes(platform)) {
12
throw new Error(`Invalid platform: ${platform}`);
13
}
0 commit comments