9797 env :
9898 GH_TOKEN : ${{ inputs.github-token }}
9999
100- - name : Unarchive the binary
100+ - name : Unarchive the Binary
101101 run : |
102102 mkdir bin
103103 tar -xvf php-matrix.tar.gz -C ./bin php-matrix
@@ -110,10 +110,6 @@ runs:
110110 env :
111111 ACTION_PATH : ${{ github.action_path }}
112112
113- - name : Print PHP Matrix Version
114- run : php-matrix --version
115- shell : bash
116-
117113 - name : Generate Matrix
118114 id : generate-matrix
119115 run : |
@@ -139,3 +135,24 @@ runs:
139135 INPUT_COMPOSER_JSON : ${{ inputs.composer-json }}
140136 INPUT_MODE : ${{ inputs.mode }}
141137 INPUT_SOURCE : ${{ inputs.source }}
138+
139+ - name : Print Info
140+ if : ${{ !cancelled() }}
141+ run : |
142+ echo "==> Setup PHP Matrix"
143+ echo -e "\033[32;m✓\033[0m \033[34;mphp-matrix\033[0m https://github.com/typisttech/php-matrix"
144+ echo "::group::$ php-matrix --version"
145+ php-matrix --version
146+ echo "::endgroup::"
147+
148+ echo ""
149+ echo "==> Sponsor php-matrix-action"
150+ echo -e "\033[32;m✓\033[0m \033[34;mphp-matrix-action\033[0m https://github.com/sponsors/tangrufus"
151+
152+ echo ""
153+ echo "==> Hire Tang Rufus"
154+ echo "I am looking for my next role, freelance or full-time."
155+ echo "If you find this tool useful, I can build you more dev tools like this."
156+ echo "Let's talk if you are hiring PHP / Ruby / Go developers."
157+ echo -e "\033[32;m✓\033[0m \033[34;mTang Rufus\033[0m https://typist.tech/contact"
158+ shell : bash
0 commit comments