mirror of
https://github.com/boostorg/core.git
synced 2026-04-29 18:23:30 +02:00
Changed quotes in format() expression.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user