|
1 | 1 | # Zigist - Update a gist with a random dev joke |
2 | | -[](https://github.com/lmllrjr/zigist/actions/workflows/test.yaml) [](https://github.com/lmllrjr/zigist/actions/workflows/cron.yaml) |
| 2 | +[](https://github.com/42LM/zigist/actions/workflows/test.yaml) [](https://github.com/42LM/zigist/actions/workflows/cron.yaml) |
3 | 3 |
|
4 | 4 | Nothing fancy here. This is just a simple github action to update a gist with a random dev joke using [Zig ⚡️](https://github.com/ziglang/zig). |
5 | 5 |
|
|
14 | 14 | > [!TIP] |
15 | 15 | > Pin the gist in your profile: |
16 | 16 | > <br> |
17 | | -> <img width="466" alt="Screenshot 2024-03-18 at 01 00 19" src="https://github.com/lmllrjr/zigist/assets/93522910/a5ea6d0e-fdd0-442d-9375-5b9d6876d89b"> |
| 17 | +> <img width="466" alt="Screenshot 2024-03-18 at 01 00 19" src="https://github.com/42LM/zigist/assets/93522910/a5ea6d0e-fdd0-442d-9375-5b9d6876d89b"> |
18 | 18 | > <br> |
19 | | -> [See it in ~action~ the wild](https://github.com/lmllrjr) |
| 19 | +> [See it in ~action~ the wild](https://github.com/42LM) |
20 | 20 |
|
21 | 21 | ## Inputs |
22 | 22 | |Input Name|Description|Required| |
|
29 | 29 | > #### `gist-id`: The GitHub gist needs to be created with the file name `NEWS.md`.[^2] |
30 | 30 |
|
31 | 31 | ## Example usage |
32 | | -https://github.com/lmllrjr/zigist/blob/d37412dd9250a000898ba2ba1313edefadf19204/.github/workflows/cron.yaml#L1-L16 |
| 32 | +https://github.com/42LM/zigist/blob/d37412dd9250a000898ba2ba1313edefadf19204/.github/workflows/cron.yaml#L1-L16 |
33 | 33 |
|
34 | 34 | ## Local environment setup |
35 | 35 | The following two environment variables need to be set up: |
@@ -59,5 +59,5 @@ docker build -t ziglang/static-v0.11.0 . |
59 | 59 | docker run --name zigist ziglang/static-v0.11.0 $GH_TOKEN $GIST_ID |
60 | 60 | ``` |
61 | 61 |
|
62 | | -[^1]: Place repository secret:  |
63 | | -[^2]: Create github gist with filename `NEWS.md`:  |
| 62 | +[^1]: Place repository secret:  |
| 63 | +[^2]: Create github gist with filename `NEWS.md`:  |
0 commit comments