Skip to content

Commit fd1699b

Browse files
author
internet-dot
committed
ci: fix broken README link and guard missing BOT_TOKEN in dispatch workflow
1 parent 9e4fb80 commit fd1699b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/sync-to-ai-plugins.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
# Without it, this step will be skipped
2020
steps:
2121
- name: Repository Dispatch
22+
if: secrets.BOT_TOKEN !=
2223
uses: peter-evans/repository-dispatch@v4
2324
with:
2425
repository: hashgraph-online/awesome-ai-plugins

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<p align="center">A curated list of awesome OpenAI Codex plugins, skills, and resources.</p>
1010

1111
<p align="center">
12-
<a href="http://makeapullrequest.com"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome"></a>
12+
<a href="https://github.com/hashgraph-online/awesome-codex-plugins/pulls"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome"></a>
1313
<a href="https://opensource.org/licenses/Apache-2.0"><img src="https://img.shields.io/badge/License-Apache_2.0-blue.svg" alt="License"></a>
1414
<a href="https://hol.org/registry/plugins"><img src="https://img.shields.io/badge/Browse-Registry-green" alt="Browse Registry"></a>
1515
</p>

0 commit comments

Comments
 (0)