Skip to content

Commit

Permalink
Merge branch 'main' of github.com-murtuzaalisurti:murtuzaalisurti/better
Browse files Browse the repository at this point in the history
  • Loading branch information
murtuzaalisurti committed Sep 19, 2024
2 parents 421447f + 3653f40 commit 23005be
Show file tree
Hide file tree
Showing 4 changed files with 373 additions and 387 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
steps:
- name: step-name
id: step-id
uses: murtuzaalisurti/better@main # this is the ref of the github action - https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_iduses
uses: murtuzaalisurti/better@v1 # this is the ref of the github action - https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_iduses
with:
repo-token: ${{ secrets.GITHUB_TOKEN }} # this is auto generated
ai-model-api-key: ${{ secrets.MODEL_API_KEY }} # make sure to set this in your repository secrets - /settings/secrets/actions (Settings > Secrets and Variables > Actions > Secrets Tab)
Expand Down
Loading

0 comments on commit 23005be

Please sign in to comment.