1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 22:39:18 +01:00

Adds missing "

This commit is contained in:
Amir Raminfar
2022-04-20 16:15:58 -07:00
parent 8f812b633b
commit e16470affd

View File

@@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@v3
- name: Get Commit Message
run: |
MSG=${{github.event.head_commit.message}}
MSG="${{github.event.head_commit.message}}"
echo "::set-env name=COMMIT_MESSAGE::${MSG}"
- name: Build images
run: docker-compose -f e2e/docker-compose.yml build