Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
fgimenez committed Mar 9, 2024
1 parent 7afe8e4 commit 327a843
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ inputs:
foundry-directory:
description: 'The root directory of your foundry project'
required: true
foundry-script:
description: 'The path to the forge script to execute'
required: false
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.foundry-command }}
- --use
- /usr/local/bin/solc
- --root
- ${{ inputs.foundry-directory }}
- ${{ inputs.foundry-script }}

0 comments on commit 327a843

Please sign in to comment.