mirror of
https://github.com/Z3Prover/z3
synced 2026-02-16 22:01:44 +00:00
Merge pull request #8645 from Z3Prover/copilot/debug-agentic-workflow-failure
Fix template interpolation failure in agentic workflow markdown files
This commit is contained in:
commit
015891aff9
3 changed files with 0 additions and 3 deletions
1
.github/workflows/a3-python-v2.md
vendored
1
.github/workflows/a3-python-v2.md
vendored
|
|
@ -36,7 +36,6 @@ You are an expert Python code analyst using the a3-python tool to identify bugs
|
|||
## Current Context
|
||||
|
||||
- **Repository**: ${{ github.repository }}
|
||||
- **Analysis Date**: $(date +%Y-%m-%d)
|
||||
- **Workspace**: ${{ github.workspace }}
|
||||
|
||||
## Phase 1: Install and Setup a3-python
|
||||
|
|
|
|||
1
.github/workflows/a3-python.md
vendored
1
.github/workflows/a3-python.md
vendored
|
|
@ -36,7 +36,6 @@ You are an expert Python code analyst using the a3-python tool to identify bugs
|
|||
## Current Context
|
||||
|
||||
- **Repository**: ${{ github.repository }}
|
||||
- **Analysis Date**: $(date +%Y-%m-%d)
|
||||
- **Workspace**: ${{ github.workspace }}
|
||||
|
||||
## Phase 1: Install and Setup a3-python
|
||||
|
|
|
|||
1
.github/workflows/code-simplifier.md
vendored
1
.github/workflows/code-simplifier.md
vendored
|
|
@ -39,7 +39,6 @@ Analyze recently modified code from the last 24 hours and apply refinements that
|
|||
## Current Context
|
||||
|
||||
- **Repository**: ${{ github.repository }}
|
||||
- **Analysis Date**: $(date +%Y-%m-%d)
|
||||
- **Workspace**: ${{ github.workspace }}
|
||||
|
||||
## Phase 1: Identify Recently Modified Code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue