Skip to content

Commit 365a930

Browse files
test(#159): remove invalid escape from reachability fixture
1 parent 020bd58 commit 365a930

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/test_agent_branch_triggers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def test_required_merge_job_cannot_be_replaced_by_skipped_job(self) -> None:
7373
path = self.fixture(
7474
"jobs:\n"
7575
" test:\n"
76-
" if: \${{ github.event_name == 'push' }}\n"
76+
" if: ${{ github.event_name == 'push' }}\n"
7777
" steps:\n"
7878
" - uses: actions/checkout@deadbeef\n"
7979
" with:\n persist-credentials: false\n"

0 commit comments

Comments
 (0)