Skip to content

Commit 75788a8

Browse files
committed
Changes in main.yaml and README
1 parent d2b3c10 commit 75788a8

File tree

2 files changed

+20
-8
lines changed

2 files changed

+20
-8
lines changed

.github/workflows/main.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,24 @@ on:
1414
#- dev
1515

1616
jobs:
17-
# testing:
17+
# my-testing:
1818
# runs-on: ubuntu-latest
19+
# env:
20+
# VAR1: "Local var1"
21+
# VAR2: "Local var2"
1922
# steps:
2023
# - name: Run testing
2124
# run: echo Testing is running...
22-
#
2325
# - name: Print env variables
24-
# run: |
26+
# run: |
2527
# echo "App Name: ${{ env.APP_NAME }}"
28+
# - name: Print local env variables
29+
# run: |
30+
# echo "Var1: ${{ env.VAR1 }}"
31+
# echo "Var2: ${{ env.VAR2 }}"
32+
# echo "Var2: $LOCAL_VAR"
33+
# env:
34+
# LOCAL_VAR: "Super local var"
2635

2736

2837
deploy:

README renamed to README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
ApPHP Web Development Framework
2-
===============================
2+
---------------------------------------------------------------------------
33

44
Thank you for choosing ApPHP - a high-performance PHP MVC framework
55

66
INSTALLATION
7-
------------
7+
---------------------------------------------------------------------------
88
Please make sure the release file is unpacked under a web-accessible directory.
99
You will see the following files and directories:
1010

@@ -34,6 +34,9 @@ discussions with other ApPHP users.
3434

3535
The ApPHP Developer Team
3636
------------
37-
https://www.apphp.com/php-framework/
38-
http://www.apphpframework.com
39-
https://github.com/apphp/php-mvc-framework
37+
- [Official Website](http://www.apphpframework.com)
38+
- [Website](https://www.apphp.com/php-framework/)
39+
- [GitHub Repository](https://github.com/apphp/php-mvc-framework)
40+
41+
42+
Status of last deployment:

0 commit comments

Comments
 (0)