Skip to content

Commit b541a8e

Browse files
author
escbeargew99-stack
authored
Update action.yml
1 parent 446a457 commit b541a8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • .github/actions/prepare-for-docker-build

.github/actions/prepare-for-docker-build/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Prepare for Docker Build
22
description: Set up Docker Build dependencies (without pushing) and run Maven build
33

4-
inputs:
4+
inputs:
55
image:
66
description: Image name
77
required: true
@@ -56,4 +56,4 @@ runs:
5656
source env/bin/activate
5757
pip install --upgrade pip
5858
sudo make install_antlr_cli
59-
make install_dev generate
59+
make install_dev generate

0 commit comments

Comments
 (0)