1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-31 01:57:21 +01:00

Tries fixing with simpler solution

This commit is contained in:
Amir Raminfar
2022-04-20 16:17:45 -07:00
parent e16470affd
commit 6459e84b80

View File

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