Changed quotes in format() expression.

This commit is contained in:
Andrey Semashev
2021-07-02 20:38:22 +03:00
parent 8fad14b804
commit ce53cc1f8f

View File

@ -9,7 +9,7 @@ on:
- feature/**
concurrency:
group: ${{format("{0}:{1}", github.repository, github.ref)}}
group: ${{format('{0}:{1}', github.repository, github.ref)}}
cancel-in-progress: true
env: