Skip to content

Commit

Permalink
Read correct input
Browse files Browse the repository at this point in the history
  • Loading branch information
cptartur committed Oct 25, 2023
1 parent f4078c7 commit 0c24e88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6961,7 +6961,7 @@ async function findStarknetFoundryDir(extractedPath) {

async function main() {
try {
const StarknetFoundryVersionInput = lib_core.getInput("version");
const StarknetFoundryVersionInput = lib_core.getInput("starknet-foundry-version");

const StarknetFoundryRepo = "foundry-rs/starknet-foundry";
const StarknetFoundryVersion = await determineVersion(
Expand Down
2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import * as tc from "@actions/tool-cache";

export default async function main() {
try {
const StarknetFoundryVersionInput = core.getInput("version");
const StarknetFoundryVersionInput = core.getInput("starknet-foundry-version");

const StarknetFoundryRepo = "foundry-rs/starknet-foundry";
const StarknetFoundryVersion = await determineVersion(
Expand Down

0 comments on commit 0c24e88

Please sign in to comment.