We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399ea6c commit 00d906dCopy full SHA for 00d906d
tests/test_template_update.py
@@ -8,10 +8,6 @@
8
REPO_ROOT = Path(__file__).parent.parent
9
10
11
-def custom_get_latest_github_tag(_action: str) -> tuple[str, str]:
12
- return "v9.9.9", "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
13
-
14
15
def test_template_actions_update(tmp_path: Path):
16
# Arrange
17
src = REPO_ROOT / "template" / ".github" / "workflows"
0 commit comments