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 1414 # - dev
1515
1616jobs :
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 :
Original file line number Diff line number Diff line change 11ApPHP Web Development Framework
2- ===============================
2+ ---------------------------------------------------------------------------
33
44Thank you for choosing ApPHP - a high-performance PHP MVC framework
55
66INSTALLATION
7- ------------
7+ ---------------------------------------------------------------------------
88Please make sure the release file is unpacked under a web-accessible directory.
99You will see the following files and directories:
1010
@@ -34,6 +34,9 @@ discussions with other ApPHP users.
3434
3535The 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:
You can’t perform that action at this time.
0 commit comments