We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2a196c + 7cec3b5 commit 0966111Copy full SHA for 0966111
.github/workflows/DINAR-pr.yml
@@ -130,7 +130,7 @@ jobs:
130
# Get list of installed modules
131
ODOO_BASE_MODULES=$(docker inspect \
132
--format '{{ index .Config.Labels "dinar.odoo.modules"}}' \
133
- dinar_odoo_1)
+ dinar-odoo-1)
134
echo "ODOO_BASE_MODULES=$ODOO_BASE_MODULES"
135
136
# sets environment variables that available in next steps via $ {{ env.PR_... }} notation
0 commit comments