1 parent 020bd58 commit 365a930Copy full SHA for 365a930
1 file changed
.github/scripts/test_agent_branch_triggers.py
@@ -73,7 +73,7 @@ def test_required_merge_job_cannot_be_replaced_by_skipped_job(self) -> None:
73
path = self.fixture(
74
"jobs:\n"
75
" test:\n"
76
- " if: \${{ github.event_name == 'push' }}\n"
+ " if: ${{ github.event_name == 'push' }}\n"
77
" steps:\n"
78
" - uses: actions/checkout@deadbeef\n"
79
" with:\n persist-credentials: false\n"
0 commit comments