Skip to content

Commit

Permalink
fix: remove duplicate get-modflow invocation (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli authored Jun 8, 2023
1 parent 155256a commit ef41e23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ runs:
else
get-modflow "$MODFLOW_BIN_PATH" --repo ${{ inputs.repo }} --release-id "${{ inputs.tag }}" --subset "${{ inputs.subset }}" --force
fi
get-modflow "$MODFLOW_BIN_PATH" --repo ${{ inputs.repo }} --force
else
echo "get-modflow command not available, downloading get_modflow.py"
script_path="$RUNNER_TEMP/get_modflow.py"
Expand Down

0 comments on commit ef41e23

Please sign in to comment.