Skip to content

Commit e80792f

Browse files
committed
Fix status badge
1 parent b9e7141 commit e80792f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.mddoc.xml.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<badge-poser type="version"/>
55
<badge-poser type="downloads"/>
66
<badge-poser type="license"/>
7-
<badge-github-action name="CorpusPHP/Di" workflow="CI"/>
7+
<badge-github-action name="QuorumCollection/DotNotationParser" workflow-file="CI"/>
88
<text><![CDATA[
99
DotNotationParser is a simple parser that will parse `foo.bar.baz` into `[ 'foo', 'bar', 'baz' ]` and `foo."bar.baz"` into `[ 'foo', 'bar.baz' ]`.
1010

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Latest Stable Version](https://poser.pugx.org/quorum/dot-notation/version)](https://packagist.org/packages/quorum/dot-notation)
44
[![Total Downloads](https://poser.pugx.org/quorum/dot-notation/downloads)](https://packagist.org/packages/quorum/dot-notation)
55
[![License](https://poser.pugx.org/quorum/dot-notation/license)](https://packagist.org/packages/quorum/dot-notation)
6-
[![Build Status](https://github.com/CorpusPHP/Di/workflows/CI/badge.svg?)](https://github.com/CorpusPHP/Di/actions?query=workflow%3ACI)
6+
[![CI](https://github.com/QuorumCollection/DotNotationParser/actions/workflows/CI/badge.svg)](https://github.com/QuorumCollection/DotNotationParser/actions/workflows/CI)
77

88

99
DotNotationParser is a simple parser that will parse `foo.bar.baz` into `[ 'foo', 'bar', 'baz' ]` and `foo."bar.baz"` into `[ 'foo', 'bar.baz' ]`.

0 commit comments

Comments
 (0)