Skip to content

Commit 97b70e5

Browse files
Show generated workflow diffs in CI
Print compiler changes when lock synchronization fails so platform-specific output can be diagnosed from the job log. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 3fd9f0a commit 97b70e5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/validate-agentic-workflows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
changes="$(git status --porcelain --untracked-files=all -- .github/workflows)"
5757
if [[ -n "$changes" ]]; then
5858
printf '%s\n' "$changes"
59+
git --no-pager diff -- .github/workflows
5960
echo "Compile generated workflow changes. Commit every synchronized .lock.yml file."
6061
exit 1
6162
fi

0 commit comments

Comments
 (0)