]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
.github: fix workflow format error
authorPatrick Donnelly <pdonnell@ibm.com>
Wed, 9 Jul 2025 16:02:11 +0000 (12:02 -0400)
committerPatrick Donnelly <pdonnell@ibm.com>
Wed, 9 Jul 2025 18:45:50 +0000 (14:45 -0400)
commit2f2cb6089a99ea076b1a4d31c799e5f6d4fb5df9
tree29a2cd04f458ed7cdeb664b707d5c9acb36f37ef
parentef15ecb8821fd79e24b046d2812696bd290c8489
.github: fix workflow format error

    Warning: Encountered an error when evaluating display name ${{ format('python3 ceph/src/script/redmine-upkeep.py --github-action --git-dir=./ceph/ {0} {1}
    ', github.event_name == 'workflow_dispatch' && (inputs.debug && '--debug' || '') || '', github.event_name == 'workflow_dispatch' && format('--limit={}', inputs.limit) || '') }}. The template is not valid. .github/workflows/redmine-upkeep.yml (Line: 54, Col: 14): The following format string is invalid: --limit={}
    Error: The template is not valid. .github/workflows/redmine-upkeep.yml (Line: 54, Col: 14): The following format string is invalid: --limit={}

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
.github/workflows/redmine-upkeep.yml