File tree Expand file tree Collapse file tree 2 files changed +20
-8
lines changed Expand file tree Collapse file tree 2 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 14
14
# - dev
15
15
16
16
jobs :
17
- # testing:
17
+ # my- testing:
18
18
# runs-on: ubuntu-latest
19
+ # env:
20
+ # VAR1: "Local var1"
21
+ # VAR2: "Local var2"
19
22
# steps:
20
23
# - name: Run testing
21
24
# run: echo Testing is running...
22
- #
23
25
# - name: Print env variables
24
- # run: |
26
+ # run: |
25
27
# 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"
26
35
27
36
28
37
deploy :
Original file line number Diff line number Diff line change 1
1
ApPHP Web Development Framework
2
- ===============================
2
+ ---------------------------------------------------------------------------
3
3
4
4
Thank you for choosing ApPHP - a high-performance PHP MVC framework
5
5
6
6
INSTALLATION
7
- ------------
7
+ ---------------------------------------------------------------------------
8
8
Please make sure the release file is unpacked under a web-accessible directory.
9
9
You will see the following files and directories:
10
10
@@ -34,6 +34,9 @@ discussions with other ApPHP users.
34
34
35
35
The ApPHP Developer Team
36
36
------------
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:
You can’t perform that action at this time.
0 commit comments