Skip to content

Commit

Permalink
Syntax error fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
laceysanderson committed Mar 25, 2024
1 parent 43aa0db commit 579b136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ runs:
elif [ -f "$TRIPALDOCKER" ]; then
docker build --tag=testing:localdocker \
--build-arg drupalversion="${{ inputs.drupal-version }}" \
--build-arg postgresqlversion="${{ inputs.pgsql-version }}""
--build-arg postgresqlversion="${{ inputs.pgsql-version }}" \
--build-arg chadoschema='teacup' ./ \
--file $TRIPALDOCKER
fi
Expand Down

0 comments on commit 579b136

Please sign in to comment.