Skip to content

Commit

Permalink
docs(gh-bot): fix uses: for example workflow in non-gptme repos
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Dec 3, 2024
1 parent c60eb88 commit 4d4c2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/bot.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v3

- name: run gptme-bot action
uses: ./.github/actions/bot
uses: ErikBjare/gptme/.github/actions/bot@master
with:
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4d4c2b4

Please sign in to comment.