Skip to content

Commit 555143a

Browse files
newbe36524claude
andcommitted
fix: Remove colon from step name to fix YAML parsing
The colon in "Fallback: Fetch tags from Azure ACR" was causing YAML parsing errors in GitHub Actions. Changed to "Fallback Fetch tags..." Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2a30b7a commit 555143a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/azure-to-aliyun-image-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
echo "image_versions=${VERSIONS}" >> $GITHUB_OUTPUT
177177
echo "Versions to sync: ${VERSIONS}"
178178
179-
- name: Fallback: Fetch tags from Azure ACR
179+
- name: Fallback Fetch tags from Azure ACR
180180
id: fallback-tags
181181
if: steps.sync-method.outputs.sync_method == 'fallback'
182182
run: |

0 commit comments

Comments
 (0)