Skip to content

Commit 29c6c48

Browse files
committed
Update name of workflow
1 parent a021bc1 commit 29c6c48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Update Changelog
1+
name: release
22

33
on:
44
schedule:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![](https://img.shields.io/github/release/php-curl-class/php-curl-class.svg?style=flat-square&sort=semver)](https://github.com/php-curl-class/php-curl-class/releases/)
44
[![](https://img.shields.io/github/license/php-curl-class/php-curl-class.svg?style=flat-square)](https://github.com/php-curl-class/php-curl-class/blob/master/LICENSE)
55
[![](https://img.shields.io/github/workflow/status/php-curl-class/php-curl-class/ci?style=flat-square)](https://github.com/php-curl-class/php-curl-class/actions/workflows/ci.yml)
6-
[![](https://img.shields.io/github/workflow/status/php-curl-class/php-curl-class/Update%20Changelog?style=flat-square&label=release)](https://github.com/php-curl-class/php-curl-class/releases/)
6+
[![](https://img.shields.io/github/workflow/status/php-curl-class/php-curl-class/release?style=flat-square&label=release)](https://github.com/php-curl-class/php-curl-class/releases/)
77
[![](https://img.shields.io/packagist/dt/php-curl-class/php-curl-class.svg?style=flat-square)](https://github.com/php-curl-class/php-curl-class/releases/)
88

99
PHP Curl Class makes it easy to send HTTP requests and integrate with web APIs.

0 commit comments

Comments
 (0)