We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 446a457 commit b541a8eCopy full SHA for b541a8e
1 file changed
.github/actions/prepare-for-docker-build/action.yml
@@ -1,7 +1,7 @@
1
name: Prepare for Docker Build
2
description: Set up Docker Build dependencies (without pushing) and run Maven build
3
4
-inputs:
+inputs:
5
image:
6
description: Image name
7
required: true
@@ -56,4 +56,4 @@ runs:
56
source env/bin/activate
57
pip install --upgrade pip
58
sudo make install_antlr_cli
59
- make install_dev generate
+ make install_dev generate
0 commit comments