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 b0880cd commit 3a74b29Copy full SHA for 3a74b29
action.yml
@@ -157,7 +157,7 @@ outputs:
157
158
runs:
159
using: 'docker'
160
- image: 'docker://ghcr.io/enricomi/publish-unit-test-result-action:v2.19.0'
+ image: 'docker://ghcr.io/enricomi/publish-unit-test-result-action:v2.20.0'
161
162
branding:
163
icon: 'check-circle'
python/publish/__init__.py
@@ -11,7 +11,7 @@
11
UnitTestRunDeltaResults, UnitTestRunResultsOrDeltaResults, ParseError
12
13
# keep the version in sync with action.yml
14
-__version__ = 'v2.19.0'
+__version__ = 'v2.20.0'
15
16
logger = logging.getLogger('publish')
17
digest_prefix = '[test-results]:data:'
0 commit comments