Skip to content

Commit 2e3e3f9

Browse files
authored
Add ads (#52)
1 parent 129a9ca commit 2e3e3f9

File tree

2 files changed

+43
-5
lines changed

2 files changed

+43
-5
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,17 @@
2222

2323
---
2424

25+
> [!TIP]
26+
> **Hire Tang Rufus!**
27+
>
28+
> I am looking for my next role, freelance or full-time.
29+
> If you find this tool useful, I can build you more dev tools like this.
30+
> Let's talk if you are hiring PHP / Ruby / Go developers.
31+
>
32+
> Contact me at https://typist.tech/contact/
33+
34+
---
35+
2536
## Usage
2637

2738
See [action.yml](action.yml) and the underlying script [`typisttech/php-matrix`](https://github.com/typisttech/php-matrix/#options).
@@ -86,6 +97,16 @@ See [action.yml](action.yml) and the underlying script [`typisttech/php-matrix`]
8697
| `lowest` | Lowest supported PHP versions | In `minor-only` mode, `7.3`<br><br>In `full` mode, `7.3.0` |
8798
| `highest` | Highest supported PHP versions | In `minor-only` mode, `8.4`<br><br>In `full` mode, `8.4.2` |
8899

100+
> [!TIP]
101+
> **Hire Tang Rufus!**
102+
>
103+
> There is no need to understand any of these quirks.
104+
> Let me handle them for you.
105+
> I am seeking my next job, freelance or full-time.
106+
>
107+
> If you are hiring PHP / Ruby / Go developers,
108+
> contact me at https://typist.tech/contact/
109+
89110
## Examples
90111

91112
<details open>

action.yml

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ runs:
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

Comments
 (0)