Skip to content

Commit

Permalink
Update input dir to account for parameter rename
Browse files Browse the repository at this point in the history
  • Loading branch information
ceva24 committed Aug 7, 2020
1 parent 03752b6 commit ada723e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
echo "Generating C4 model"

source="$GITHUB_WORKSPACE/$1"
source_dir="$(dirname "$INPUT")"
source_dir="$(dirname "$source")"
tmp_dir=$(mktemp -d -t ci-XXXXXXXXXX)
target_dir="$GITHUB_WORKSPACE/$2"

Expand Down

0 comments on commit ada723e

Please sign in to comment.