We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf8c452 commit fd2ac4aCopy full SHA for fd2ac4a
.github/workflows/main.yml
@@ -1,9 +1,9 @@
1
#-----------------------------------------
2
# Framework Deploy
3
4
-name: ApPHP-Framework-Deploy
+name: build
5
env:
6
- APP_NAME: ApPHP-MVC-Framework
+ APP_NAME: ApPHP MVC Framework
7
DEPLOY_PACKAGE_NAME: "apphp-deploy-${{ github.sha }}"
8
9
# Run on [push]
README.md
@@ -40,4 +40,4 @@ The ApPHP Developer Team
40
41
42
Status of last deployment:
43
-https://github.com/apphp/php-mvc-framework/workflows/ApPHP-Framework-Deploy/badge.svg?branch=master
+<img src="https://github.com/apphp/php-mvc-framework/workflows/build/badge.svg?branch=master" />
0 commit comments