We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e46a72 commit 463ecc7Copy full SHA for 463ecc7
action.yml
@@ -72,6 +72,6 @@ outputs:
72
73
runs:
74
using: 'docker'
75
- image: 'docker://ghcr.io/calebevans/gha-failure-analysis:0.1.8'
+ image: 'docker://ghcr.io/calebevans/gha-failure-analysis:0.1.9'
76
args:
77
- analyze
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "gha-failure-analysis"
3
-version = "0.1.8"
+version = "0.1.9"
4
description = "AI-powered analysis of GitHub Actions workflow failures using semantic log preprocessing."
5
readme = "README.md"
6
requires-python = ">=3.11"
src/gha_failure_analysis/__init__.py
@@ -1,3 +1,3 @@
"""GitHub Actions failure analysis tool."""
-__version__ = "0.1.8"
+__version__ = "0.1.9"
0 commit comments